summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/stripslashes_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/strings/stripslashes_variation1.phpt')
-rw-r--r--ext/standard/tests/strings/stripslashes_variation1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/strings/stripslashes_variation1.phpt b/ext/standard/tests/strings/stripslashes_variation1.phpt
index 5693a26efc..fb104199bd 100644
--- a/ext/standard/tests/strings/stripslashes_variation1.phpt
+++ b/ext/standard/tests/strings/stripslashes_variation1.phpt
@@ -80,7 +80,7 @@ $values = array (
// loop through each element of the array and check the working of stripslashes()
-// when $str arugment is supplied with different values
+// when $str argument is supplied with different values
echo "\n--- Testing stripslashes() by supplying different values for 'str' argument ---\n";
$counter = 1;
for($index = 0; $index < count($values); $index ++) {