summaryrefslogtreecommitdiff
path: root/Zend/tests/019.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/019.phpt')
-rw-r--r--Zend/tests/019.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/019.phpt b/Zend/tests/019.phpt
index 70093cd28b..654f86bb11 100644
--- a/Zend/tests/019.phpt
+++ b/Zend/tests/019.phpt
@@ -357,7 +357,7 @@ var_dump($global_var);
test_unset3();
var_dump($global_var);
-//Note: No error conditions relating to passing arugments can be tested
+//Note: No error conditions relating to passing arguments can be tested
// because these are not functions but statements, it will result in syntax error.
?>
===DONE===