diff options
author | Veres Lajos <vlajos@gmail.com> | 2013-07-24 00:55:43 +0100 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-08-04 16:05:36 -0700 |
commit | 8d86597d7368460383a33a4399ea7a8b244cd6fa (patch) | |
tree | 39778cd6a7c61ad3a00f5ce0f11a59de60836ba2 /ext/standard/tests/array/array_count_values_variation.phpt | |
parent | 5f137d080acfc43ec66cc2a904076972edb5de67 (diff) | |
download | php-git-8d86597d7368460383a33a4399ea7a8b244cd6fa.tar.gz |
non living code related typo fixes
Diffstat (limited to 'ext/standard/tests/array/array_count_values_variation.phpt')
-rw-r--r-- | ext/standard/tests/array/array_count_values_variation.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/array/array_count_values_variation.phpt b/ext/standard/tests/array/array_count_values_variation.phpt index 89d7f37b1f..1d614b452a 100644 --- a/ext/standard/tests/array/array_count_values_variation.phpt +++ b/ext/standard/tests/array/array_count_values_variation.phpt @@ -1,5 +1,5 @@ --TEST-- -Test array_count_values() function : Test all normal paramter variations +Test array_count_values() function : Test all normal parameter variations --FILE-- <?php /* Prototype : proto array array_count_values(array input) @@ -9,7 +9,7 @@ Test array_count_values() function : Test all normal paramter variations */ /* - * Test behaviour with paramter variations + * Test behaviour with parameter variations */ echo "*** Testing array_count_values() : parameter variations ***\n"; |