sniper Fri Dec 30 05:40:43 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/main SAPI.c
Log:
MFH: typofix
http://cvs.php.net/viewcvs.cgi/php-src/main/SAPI.c?r1=1.202.2.5&r2=1.202.2.6&diff_format=u
Index: php-src/main/SAPI.c
diff -u php-src/main/SAPI.c:1.202.2.5 php-src/main/SAPI.c:1.202.2.6
--- php-src/main/SAPI.c:1.202.2.5 Tue Dec 6 03:39:45 2005
+++ php-src/main/SAPI.c Fri Dec 30 05:40:43 2005
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: SAPI.c,v 1.202.2.5 2005/12/06 03:39:45 iliaa Exp $ */
+/* $Id: SAPI.c,v 1.202.2.6 2005/12/30 05:40:43 sniper Exp $ */
#include <ctype.h>
#include <sys/stat.h>
@@ -575,7 +575,7 @@
continue;
}
efree(header_line);
- sapi_module.sapi_error(E_WARNING, "Header may not
contain more then a single header, new line detected.");
+ sapi_module.sapi_error(E_WARNING, "Header may not
contain more than a single header, new line detected.");
return FAILURE;
}
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php