diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2010-05-15 15:37:18 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2010-05-15 15:37:18 +0000 |
commit | 9db78b574bf6409f154d5381a3d876fc9f220c3d (patch) | |
tree | 1a81a2f08eea3212b2a04d74d32241ea6d5e6681 /ext/standard/array.c | |
parent | c9fc939be0dd02679b44dc419b2bcbccb39a2365 (diff) | |
download | php-git-9db78b574bf6409f154d5381a3d876fc9f220c3d.tar.gz |
typo
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 1988ea3a44..f4fef53ecb 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -640,7 +640,7 @@ PHP_FUNCTION(usort) } /* Clear the is_ref flag, so the attemts to modify the array in user - * comaprison function will create a copy of array and won't affect the + * comparison function will create a copy of array and won't affect the * original array. The fact of modification is detected using refcount * comparison. The result of sorting in such case is undefined and the * function returns FALSE. |