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/mbstring/tests | |
| parent | 38229d13d14bb0bda736d52a9a4f25c121445692 (diff) | |
| download | php-git-06fdf359e3217f795fded77e337d5417426b8d64.tar.gz | |
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'ext/mbstring/tests')
| -rw-r--r-- | ext/mbstring/tests/mb_strtolower_variation3.phpt | 2 | ||||
| -rw-r--r-- | ext/mbstring/tests/mb_strtoupper_variation3.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/mbstring/tests/mb_strtolower_variation3.phpt b/ext/mbstring/tests/mb_strtolower_variation3.phpt index 08b3467853..99256e1ec4 100644 --- a/ext/mbstring/tests/mb_strtolower_variation3.phpt +++ b/ext/mbstring/tests/mb_strtolower_variation3.phpt @@ -14,7 +14,7 @@ function_exists('mb_strtolower') or die("skip mb_strtolower() is not available i /* * Pass a Japanese string and a mixed Japanese and ASCII string to mb_strtolower - * to check correct conversion is occuring (Japanese characters should not be converted). + * to check correct conversion is occurring (Japanese characters should not be converted). */ echo "*** Testing mb_strtolower() : usage variations ***\n"; diff --git a/ext/mbstring/tests/mb_strtoupper_variation3.phpt b/ext/mbstring/tests/mb_strtoupper_variation3.phpt index a4bf3b128f..f0cb0fa47c 100644 --- a/ext/mbstring/tests/mb_strtoupper_variation3.phpt +++ b/ext/mbstring/tests/mb_strtoupper_variation3.phpt @@ -14,7 +14,7 @@ function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available i /* * Pass a Japanese string and a mixed Japanese and ASCII string to mb_strtolower - * to check correct conversion is occuring (Japanese characters should not be converted). + * to check correct conversion is occurring (Japanese characters should not be converted). */ echo "*** Testing mb_strtoupper() : usage variations ***\n"; |
