rasmus                                   Sat, 15 May 2010 15:37:57 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=299402

Log:
typo

Changed paths:
    U   php/php-src/trunk/ext/standard/array.c

Modified: php/php-src/trunk/ext/standard/array.c
===================================================================
--- php/php-src/trunk/ext/standard/array.c      2010-05-15 15:37:18 UTC (rev 
299401)
+++ php/php-src/trunk/ext/standard/array.c      2010-05-15 15:37:57 UTC (rev 
299402)
@@ -640,7 +640,7 @@
        }

        /* 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.

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to