diff options
| author | Hartmut Holzgraefe <hholzgra@php.net> | 2002-03-02 16:41:55 +0000 |
|---|---|---|
| committer | Hartmut Holzgraefe <hholzgra@php.net> | 2002-03-02 16:41:55 +0000 |
| commit | bff90c71c1670df07b14b7f4056bc49c8a0b0e17 (patch) | |
| tree | bc6c7de05c39a15405303a01c20ccc8e22b49548 | |
| parent | 7c3763d056deacf9830df2d022ec64c6fe694b16 (diff) | |
| download | php-git-bff90c71c1670df07b14b7f4056bc49c8a0b0e17.tar.gz | |
typo fix
| -rw-r--r-- | ext/standard/aggregation.c | 2 | ||||
| -rw-r--r-- | main/output.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/aggregation.c b/ext/standard/aggregation.c index d52a665519..4a2c0c194d 100644 --- a/ext/standard/aggregation.c +++ b/ext/standard/aggregation.c @@ -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) { diff --git a/main/output.c b/main/output.c index 2e19d26117..04e5d4f3d1 100644 --- a/main/output.c +++ b/main/output.c @@ -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) { |
