summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/setlocale_basic3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/strings/setlocale_basic3.phpt')
-rw-r--r--ext/standard/tests/strings/setlocale_basic3.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/strings/setlocale_basic3.phpt b/ext/standard/tests/strings/setlocale_basic3.phpt
index 997dad98e7..46beeda10e 100644
--- a/ext/standard/tests/strings/setlocale_basic3.phpt
+++ b/ext/standard/tests/strings/setlocale_basic3.phpt
@@ -21,7 +21,7 @@ if (setlocale(LC_ALL, "en_US.utf8", "Ko_KR.utf8", "zh_CN.utf8") === false) {
/* Test the setlocale() when multiple locales are provided as argument */
/* Prototype : array list_system_locales( void )
- Description: To get the currently installed locle in this platform
+ Description: To get the currently installed locle in this platform
Arguments : Nil
Returns : set of locale as array
*/
@@ -44,7 +44,7 @@ function list_system_locales() {
return $system_locales;
}
-/* Collect existing system locales and get three locales that can be use to
+/* Collect existing system locales and get three locales that can be use to
pass as argument to setlocale() */
echo "*** Testing setlocale() by passing multiple locales as argument ***\n";