summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array
diff options
context:
space:
mode:
authorCarson McDonald <carson@ioncannon.net>2013-03-07 08:43:54 -0500
committerDavid Soria Parra <dsp@php.net>2013-03-07 23:05:05 +0100
commit0c11cab919d84bbd9af0472e99263ce7fbef8c32 (patch)
tree9990d9ae424df10c6b025a28e50c5b7065f8ef28 /ext/standard/tests/array
parente98271f588e60e8dbe29c964357a7022e78db696 (diff)
downloadphp-git-0c11cab919d84bbd9af0472e99263ce7fbef8c32.tar.gz
Typo fix: recieved to received
Diffstat (limited to 'ext/standard/tests/array')
-rw-r--r--ext/standard/tests/array/uasort_variation9.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/uasort_variation9.phpt b/ext/standard/tests/array/uasort_variation9.phpt
index 486042e5e7..85578b0207 100644
--- a/ext/standard/tests/array/uasort_variation9.phpt
+++ b/ext/standard/tests/array/uasort_variation9.phpt
@@ -14,7 +14,7 @@ echo "*** Testing uasort() : 'cmp_function' with reference arguments ***\n";
// comparison function
/* Prototype : int cmp(mixed &$value1, mixed &$value2)
- * Parameters : $value1 and $value2 - values recieved by reference
+ * Parameters : $value1 and $value2 - values received by reference
* Return value : 0 - if both values are same
* 1 - if value1 is greater than value2
* -1 - if value1 is less than value2