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 /ext | |
| parent | 7c3763d056deacf9830df2d022ec64c6fe694b16 (diff) | |
| download | php-git-bff90c71c1670df07b14b7f4056bc49c8a0b0e17.tar.gz | |
typo fix
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/standard/aggregation.c | 2 |
1 files changed, 1 insertions, 1 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) { |
