diff options
Diffstat (limited to 'thirdparty/icu4c/common/ucnv_cnv.h')
-rw-r--r-- | thirdparty/icu4c/common/ucnv_cnv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/icu4c/common/ucnv_cnv.h b/thirdparty/icu4c/common/ucnv_cnv.h index 59be8bdb37..e89eebe54e 100644 --- a/thirdparty/icu4c/common/ucnv_cnv.h +++ b/thirdparty/icu4c/common/ucnv_cnv.h @@ -164,7 +164,7 @@ typedef const char * (*UConverterGetName) (const UConverter *cnv); * If this function is not set, then ucnv_cbFromUWriteSub() writes * the substitution character from UConverter. * For stateful converters, it is typically necessary to handle this - * specificially for the converter in order to properly maintain the state. + * specifically for the converter in order to properly maintain the state. */ typedef void (*UConverterWriteSub) (UConverterFromUnicodeArgs *pArgs, int32_t offsetIndex, UErrorCode *pErrorCode); |