summaryrefslogtreecommitdiff
path: root/ext/standard/array.c
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2010-05-15 15:37:57 +0000
committerRasmus Lerdorf <rasmus@php.net>2010-05-15 15:37:57 +0000
commit2ef8ef9029cff055f46717a3e4c6e672d402413a (patch)
treeef3fc30a1b3adfe869aa351e9ab4a8078af63c84 /ext/standard/array.c
parentf5f4a359271a24588828840532af12f5082965ab (diff)
downloadphp-git-2ef8ef9029cff055f46717a3e4c6e672d402413a.tar.gz
typo
Diffstat (limited to 'ext/standard/array.c')
-rw-r--r--ext/standard/array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/array.c b/ext/standard/array.c
index cd9b398355..3ea0486e66 100644
--- a/ext/standard/array.c
+++ b/ext/standard/array.c
@@ -640,7 +640,7 @@ PHP_FUNCTION(usort)
}
/* Clear the is_ref flag, so the attemts to modify the array in user
- * comaprison function will create a copy of array and won't affect the
+ * comparison function will create a copy of array and won't affect the
* original array. The fact of modification is detected using refcount
* comparison. The result of sorting in such case is undefined and the
* function returns FALSE.