summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-01-16 09:46:47 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-01-16 09:46:47 +0100
commit0b4778c377a5753a0deb9cfc697d4f62acf93a29 (patch)
tree1513cbdabd00e0c43ed9750107787791060a8398 /tests
parent9d7e03c325473024e54c864f0379efc1bbf03e72 (diff)
downloadphp-git-0b4778c377a5753a0deb9cfc697d4f62acf93a29.tar.gz
Fix #78880: Another bunch of spelling errors
Diffstat (limited to 'tests')
-rw-r--r--tests/lang/passByReference_009.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/passByReference_009.phpt b/tests/lang/passByReference_009.phpt
index 7b723d552e..d51cf9a2cb 100644
--- a/tests/lang/passByReference_009.phpt
+++ b/tests/lang/passByReference_009.phpt
@@ -1,5 +1,5 @@
--TEST--
-Assignement as argument
+Assignment as argument
--FILE--
<?php
function foo(&$x, &$y) { $x = 1; echo $y ; }