shire Mon Apr 16 02:25:24 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/main output.c
Log:
fix fold typo
http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.167.2.3.2.2&r2=1.167.2.3.2.3&diff_format=u
Index: php-src/main/output.c
diff -u php-src/main/output.c:1.167.2.3.2.2 php-src/main/output.c:1.167.2.3.2.3
--- php-src/main/output.c:1.167.2.3.2.2 Mon Jan 29 11:21:31 2007
+++ php-src/main/output.c Mon Apr 16 02:25:24 2007
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: output.c,v 1.167.2.3.2.2 2007/01/29 11:21:31 dmitry Exp $ */
+/* $Id: output.c,v 1.167.2.3.2.3 2007/04/16 02:25:24 shire Exp $ */
#include "php.h"
#include "ext/standard/head.h"
@@ -112,7 +112,7 @@
/* }}} */
-/* {{{ php_body_wirte
+/* {{{ php_body_write
* Write body part */
PHPAPI int php_body_write(const char *str, uint str_length TSRMLS_DC)
{
@@ -120,7 +120,7 @@
}
/* }}} */
-/* {{{ php_header_wirte
+/* {{{ php_header_write
* Write HTTP header */
PHPAPI int php_header_write(const char *str, uint str_length TSRMLS_DC)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php