--- embedaddon/php/ext/standard/tests/strings/get_html_translation_table_variation1.phpt 2012/05/29 12:34:45 1.1.1.2 +++ embedaddon/php/ext/standard/tests/strings/get_html_translation_table_variation1.phpt 2013/07/22 01:32:09 1.1.1.3 @@ -65,7 +65,7 @@ $values = array ( // loop through each element of the array and check the working of get_html_translation_table() -// when $table arugment is supplied with different values +// when $table argument is supplied with different values echo "\n--- Testing get_html_translation_table() by supplying different values for 'table' argument ---\n"; $counter = 1; for($index = 0; $index < count($values); $index ++) {