diff options
author | Veres Lajos <vlajos@gmail.com> | 2014-11-19 19:59:31 +0000 |
---|---|---|
committer | Veres Lajos <vlajos@gmail.com> | 2014-11-19 20:23:00 +0000 |
commit | 4b9535341addcdeaf44002e323733864325b30ab (patch) | |
tree | 4c5819be9e7939c00b4d60261751b78c6f1d82cc /ext/intl/intl_convert.c | |
parent | f7674519804dc7000a56ef9fe12c49461ff0333a (diff) | |
download | php-git-4b9535341addcdeaf44002e323733864325b30ab.tar.gz |
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'ext/intl/intl_convert.c')
-rw-r--r-- | ext/intl/intl_convert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/intl_convert.c b/ext/intl/intl_convert.c index 7f756b9e7f..50a742082f 100644 --- a/ext/intl/intl_convert.c +++ b/ext/intl/intl_convert.c @@ -61,7 +61,7 @@ void intl_convert_utf8_to_utf16( if( *status == U_ZERO_ERROR ) { - /* String is converted successfuly */ + /* String is converted successfully */ (*target)[dst_len] = 0; *target_len = dst_len; return; |