From: Brian Shire Date: Mon, 16 Apr 2007 02:25:24 +0000 (+0000) Subject: fix fold typo X-Git-Tag: php-5.2.2RC2~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f088268f910a764ccbd2174cd3eb051c74dc82d5;p=php fix fold typo --- diff --git a/main/output.c b/main/output.c index ee4057bf74..983f54f826 100644 --- a/main/output.c +++ b/main/output.c @@ -112,7 +112,7 @@ void php_output_register_constants(TSRMLS_D) /* }}} */ -/* {{{ 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 @@ PHPAPI int php_body_write(const char *str, uint str_length TSRMLS_DC) } /* }}} */ -/* {{{ php_header_wirte +/* {{{ php_header_write * Write HTTP header */ PHPAPI int php_header_write(const char *str, uint str_length TSRMLS_DC) {