diff options
author | Veres Lajos <vlajos@gmail.com> | 2014-11-20 20:00:07 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-11-23 14:52:47 -0800 |
commit | 06fdf359e3217f795fded77e337d5417426b8d64 (patch) | |
tree | 9ebcbc2030b120df99450a30550bbdacdebabec4 /ext/spl/tests/SplFixedArray_fromarray_param_multiarray.phpt | |
parent | 38229d13d14bb0bda736d52a9a4f25c121445692 (diff) | |
download | php-git-06fdf359e3217f795fded77e337d5417426b8d64.tar.gz |
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'ext/spl/tests/SplFixedArray_fromarray_param_multiarray.phpt')
-rw-r--r-- | ext/spl/tests/SplFixedArray_fromarray_param_multiarray.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/SplFixedArray_fromarray_param_multiarray.phpt b/ext/spl/tests/SplFixedArray_fromarray_param_multiarray.phpt index f57fe78fb8..659f61c80d 100644 --- a/ext/spl/tests/SplFixedArray_fromarray_param_multiarray.phpt +++ b/ext/spl/tests/SplFixedArray_fromarray_param_multiarray.phpt @@ -1,5 +1,5 @@ --TEST-- -Tries to create a SplFixedArray using the fromArray() function and a multi dimentional array. +Tries to create a SplFixedArray using the fromArray() function and a multi dimensional array. --CREDITS-- Philip Norton philipnorton42@gmail.com --FILE-- |