diff options
author | Marc Easen <marc@easen.co.uk> | 2012-06-11 21:47:40 +0100 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2012-06-30 16:54:03 -0700 |
commit | 896ac689c91967dec0601fa9fe048c518da52a3c (patch) | |
tree | 0713aa9ce09ce390ef5325d0040be4052f8862d5 /ext/intl/doc/msgfmt_api.php | |
parent | b8d453d8d4b6a67531aa1c2d0d7bab1e25ed1d4f (diff) | |
download | php-git-896ac689c91967dec0601fa9fe048c518da52a3c.tar.gz |
Fixed the common misspelling of the word occurred (occured -> occurred)
Diffstat (limited to 'ext/intl/doc/msgfmt_api.php')
-rwxr-xr-x | ext/intl/doc/msgfmt_api.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/intl/doc/msgfmt_api.php b/ext/intl/doc/msgfmt_api.php index 5d178f1273..e4d047b979 100755 --- a/ext/intl/doc/msgfmt_api.php +++ b/ext/intl/doc/msgfmt_api.php @@ -54,7 +54,7 @@ class MessageFormatter { * @param string $locale the locale to use when formatting numbers and dates and suchlike * @param string $pattern the pattern string to insert things into * @param array $args the array of values to insert into $pattern - * @return string the formatted pattern string or false if an error occured + * @return string the formatted pattern string or false if an error occurred */ public static function formatMessage($locale, $pattern, $args) {} @@ -148,7 +148,7 @@ class MessageFormatter { * @param string $locale the locale to use when formatting numbers and dates and suchlike * @param string $pattern the pattern string to insert things into * @param array $args the array of values to insert into $pattern - * @return string the formatted pattern string or false if an error occured + * @return string the formatted pattern string or false if an error occurred */ function msgfmt_format_message($locale, $pattern, $args) {} |