]> granicus.if.org Git - php/commitdiff
typo
authorRasmus Lerdorf <rasmus@php.net>
Sat, 15 May 2010 15:37:18 +0000 (15:37 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sat, 15 May 2010 15:37:18 +0000 (15:37 +0000)
ext/standard/array.c

index 1988ea3a4483ec7e0438934ad13e17533ce43996..f4fef53ecb3f50446982fd14d30d140aab25de87 100644 (file)
@@ -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.