sniper Fri Dec 30 05:39:38 2005 EDT
Modified files:
/php-src/main SAPI.c
Log:
fix typo
http://cvs.php.net/viewcvs.cgi/php-src/main/SAPI.c?r1=1.208&r2=1.209&diff_format=u
Index: php-src/main/SAPI.c
diff -u php-src/main/SAPI.c:1.208 php-src/main/SAPI.c:1.209
--- php-src/main/SAPI.c:1.208 Tue Dec 6 03:39:26 2005
+++ php-src/main/SAPI.c Fri Dec 30 05:39:38 2005
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: SAPI.c,v 1.208 2005/12/06 03:39:26 iliaa Exp $ */
+/* $Id: SAPI.c,v 1.209 2005/12/30 05:39:38 sniper Exp $ */
#include <ctype.h>
#include <sys/stat.h>
@@ -597,7 +597,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