summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/arsort_variation3.phpt
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-12-21 11:58:00 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-12-21 11:58:00 +0100
commitdabc28d18245086a68c88d50dfba380ebd60a236 (patch)
tree9f23d7cca41aa9937bfa0043169bf31d1bda5715 /ext/standard/tests/array/arsort_variation3.phpt
parenteff56f83af27c7bf230fc5f62ae2d53c1d092972 (diff)
downloadphp-git-dabc28d18245086a68c88d50dfba380ebd60a236.tar.gz
Fix #78880: Spelling error report
We fix the most often occuring typos according to a recent codespell report[1] in tests, code comments and documentation. [1] <https://fossies.org/linux/test/php-src-master-f8f48ce.191129.tar.gz/codespell.html>.
Diffstat (limited to 'ext/standard/tests/array/arsort_variation3.phpt')
-rw-r--r--ext/standard/tests/array/arsort_variation3.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/arsort_variation3.phpt b/ext/standard/tests/array/arsort_variation3.phpt
index 9f8d47f47c..9981f7a984 100644
--- a/ext/standard/tests/array/arsort_variation3.phpt
+++ b/ext/standard/tests/array/arsort_variation3.phpt
@@ -10,7 +10,7 @@ Test arsort() function : usage variations - sort integer/float values
/*
* Testing arsort() by providing different integer/float value arrays for $array argument with following values
- * 1. flag value as defualt
+ * 1. flag value as default
* 2. SORT_REGULAR - compare items normally
* 3. SORT_NUMERIC - compare items numerically
*/