]> granicus.if.org Git - php/commitdiff
typo fix
authorHartmut Holzgraefe <hholzgra@php.net>
Sat, 2 Mar 2002 16:41:55 +0000 (16:41 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Sat, 2 Mar 2002 16:41:55 +0000 (16:41 +0000)
ext/standard/aggregation.c
main/output.c

index d52a665519f3bac6aed3da038a04bf857c3354c5..4a2c0c194d2c67510e2da4bcaa42bf5155da611d 100644 (file)
@@ -457,7 +457,7 @@ PHP_FUNCTION(aggregate_properties)
 /* }}} */
 
 
-/* {{{ proto void aggregate_properites_by_list(object obj, string class, array props_list [, bool exclude])
+/* {{{ proto void aggregate_properties_by_list(object obj, string class, array props_list [, bool exclude])
    */
 PHP_FUNCTION(aggregate_properties_by_list)
 {
index 2e19d26117c30c6a53965a501751e80c8a2ca8a3..04e5d4f3d1cb1e5e2d5e1246a856d49accd0d90e 100644 (file)
@@ -673,7 +673,7 @@ static int php_ob_buffer_status(php_ob_buffer *ob_buffer, zval *result)
 }
 
 
-/* {{{ poto array ob_get_status([bool full_status])
+/* {{{ proto array ob_get_status([bool full_status])
    Return the nesting level of the output buffer */
 PHP_FUNCTION(ob_get_status)
 {