--- embedaddon/php/ext/standard/tests/array/krsort_variation1.phpt 2012/02/21 23:48:03 1.1.1.1 +++ embedaddon/php/ext/standard/tests/array/krsort_variation1.phpt 2013/07/22 01:32:06 1.1.1.2 @@ -72,7 +72,7 @@ $unexpected_values = array ( ); // loop though each element of the array and check the working of krsort() -// when $array arugment is supplied with different values from $unexpected_values +// when $array argument is supplied with different values from $unexpected_values echo "\n-- Testing krsort() by supplying different unexpected values for 'array' argument --\n"; echo "\n-- Flag values are defualt, SORT_REGULAR, SORT_NUMERIC, SORT_STRING --\n";