changeset 987:8d7201a747eb

Fix typo in comment.
author Thomas Klausner <tk@giga.or.at>
date Sun, 17 Mar 2013 12:18:19 +0100
parents 98f43c0ddfa4
children 371f899276ed
files doc/app_redirect.conf.sample libfdproto/dispatch.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/app_redirect.conf.sample	Sat Mar 16 16:23:44 2013 +0100
+++ b/doc/app_redirect.conf.sample	Sun Mar 17 12:18:19 2013 +0100
@@ -11,7 +11,7 @@
 
 ## default_redirect_cache_time
 # Specify the default value for Redirect-Max-Cache-Time.
-# This value can be overwriten for each rule as specified below.
+# This value can be overwritten for each rule as specified below.
 # If this value is not specified, the default is:
 #default_redirect_cache_time = 86400;  ## => 1 day
 
--- a/libfdproto/dispatch.c	Sat Mar 16 16:23:44 2013 +0100
+++ b/libfdproto/dispatch.c	Sun Mar 17 12:18:19 2013 +0100
@@ -134,7 +134,7 @@
 			break;
 		
 		case DISP_HOW_AVP_ENUMVAL:
-			CHECK_FCT( fd_dict_disp_cb(DICT_ENUMVAL, when->value, &cb_list) ); /* cb_list is then overwriten */
+			CHECK_FCT( fd_dict_disp_cb(DICT_ENUMVAL, when->value, &cb_list) ); /* cb_list is then overwritten */
 			CHECK_FCT( fd_dict_getdict(when->value, &dict) );
 			CHECK_FCT( fd_dict_search(dict, DICT_TYPE, TYPE_OF_ENUMVAL, when->value, &type_enum, EINVAL) );
 		case DISP_HOW_AVP:
"Welcome to our mercurial repository"