diff options
| author | Stanislav Malyshev <stas@php.net> | 2013-06-10 14:20:18 -0700 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2013-06-10 14:30:59 -0700 |
| commit | 02e4d7a290ae437688b3a3d114621a1d32444560 (patch) | |
| tree | ab3b9d2387ac6914ab7dd68afda87134d3b81e4b /ext/intl/doc/Tutorial.txt | |
| parent | ec790753948d190db354cbce97786b4a1aac63fc (diff) | |
| download | php-git-02e4d7a290ae437688b3a3d114621a1d32444560.tar.gz | |
Merge branch 'pull-request/341'
* pull-request/341: (23 commits)
typofixes
Diffstat (limited to 'ext/intl/doc/Tutorial.txt')
| -rw-r--r-- | ext/intl/doc/Tutorial.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/doc/Tutorial.txt b/ext/intl/doc/Tutorial.txt index 4a66dc1844..3bb31b00ec 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. |
