summaryrefslogtreecommitdiff
path: root/ext/intl/doc/Tutorial.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/doc/Tutorial.txt')
-rw-r--r--ext/intl/doc/Tutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/doc/Tutorial.txt b/ext/intl/doc/Tutorial.txt
index 4a66dc184..3bb31b00e 100644
--- a/ext/intl/doc/Tutorial.txt
+++ b/ext/intl/doc/Tutorial.txt
@@ -7,7 +7,7 @@ Examle of locales format: 'en_US', 'ru_UA', 'ua_UA' (see http://demo.icu-project
2. Collator::getDisplayName( $obj_locale, $disp_locale ).
-Get name of the object for the desired Locale, in the desired langauge. Both arguments
+Get name of the object for the desired Locale, in the desired language. Both arguments
must be from getAvailableLocales method.
@param string $obj_locale Locale to get display name for.