diff options
| author | Pierrick Charron <pierrick@php.net> | 2011-04-03 21:46:52 +0000 |
|---|---|---|
| committer | Pierrick Charron <pierrick@php.net> | 2011-04-03 21:46:52 +0000 |
| commit | e8486cc37415a6db5f949d687a2f62e7f3bd3235 (patch) | |
| tree | 509c0a333a750cd362633a04190cfe1ca2329e28 /ext/standard/array.c | |
| parent | 47012ccd8f7f091d234693ed23e072da5e9a8328 (diff) | |
| download | php-git-e8486cc37415a6db5f949d687a2f62e7f3bd3235.tar.gz | |
Fix common typos in the source code (Reported in Bug #54065)
# External libraries were excluded
# Thanks eitan at eitanadler dot com for the first patch :)
Diffstat (limited to 'ext/standard/array.c')
| -rw-r--r-- | ext/standard/array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/array.c b/ext/standard/array.c index 1a12b265e6..ac2e49245a 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -606,7 +606,7 @@ static int php_array_user_compare(const void *a, const void *b TSRMLS_DC) /* {{{ /* Clear FCI cache otherwise : for example the same or other array with * (partly) the same key values has been sorted with uasort() or - * other sorting function the comparison is cached, however the the name + * other sorting function the comparison is cached, however the name * of the function for comparison is not respected. see bug #28739 AND #33295 * * Following defines will assist in backup / restore values. */ |
