]> granicus.if.org Git - php/commitdiff
fix fold typo
authorBrian Shire <shire@php.net>
Mon, 16 Apr 2007 02:25:24 +0000 (02:25 +0000)
committerBrian Shire <shire@php.net>
Mon, 16 Apr 2007 02:25:24 +0000 (02:25 +0000)
main/output.c

index ee4057bf74062c33463899a36e0017d64cfec532..983f54f826f2b385520f28ec45a522c1493e26d6 100644 (file)
@@ -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)
 {