From: ByungWoo Lee Date: Wed, 27 Jul 2016 05:13:01 +0000 (+0900) Subject: Correct typos of I18N_ERROR_ILLECAL_ESCAPE_SEQUENCE X-Git-Tag: accepted/tizen/common/20160816.130206~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d51b57005b04adc1842932defa4a377b810686ca;p=platform%2Fcore%2Fapi%2Fcommon.git Correct typos of I18N_ERROR_ILLECAL_ESCAPE_SEQUENCE Change-Id: I1a9a2cd85faa2225e831930055d700ee7b451aeb --- diff --git a/error_messages/capi-base-utils.xml b/error_messages/capi-base-utils.xml index 55091a2..031aec0 100644 --- a/error_messages/capi-base-utils.xml +++ b/error_messages/capi-base-utils.xml @@ -74,7 +74,7 @@ TIZEN_ERROR_UTILITY_ICU | 0x13 - ISO-2022 illlegal escape sequence + ISO-2022 illegal escape sequence TIZEN_ERROR_UTILITY_ICU | 0x14 diff --git a/include/private/tizen_error_private.h b/include/private/tizen_error_private.h index bf9a87c..b5b85fb 100644 --- a/include/private/tizen_error_private.h +++ b/include/private/tizen_error_private.h @@ -376,7 +376,7 @@ static err_info err_list[] = { ERR_ENTRY("I18N_ERROR_ILLEGAL_CHAR_FOUND", TIZEN_ERROR_UTILITY_ICU | 0x10, "Character conversion: Illegal input sequence/combination of input units"), ERR_ENTRY("I18N_ERROR_INVALID_TABLE_FORMAT", TIZEN_ERROR_UTILITY_ICU | 0x11, "Conversion table file found, but corrupted"), ERR_ENTRY("I18N_ERROR_INVALID_TABLE_FILE", TIZEN_ERROR_UTILITY_ICU | 0x12, "Conversion table file not found"), - ERR_ENTRY("I18N_ERROR_ILLECAL_ESCAPE_SEQUENCE", TIZEN_ERROR_UTILITY_ICU | 0x13, "ISO-2022 illlegal escape sequence"), + ERR_ENTRY("I18N_ERROR_ILLECAL_ESCAPE_SEQUENCE", TIZEN_ERROR_UTILITY_ICU | 0x13, "ISO-2022 illegal escape sequence"), ERR_ENTRY("I18N_ERROR_UNSUPPORTED_ESCAPE_SEQUENCE", TIZEN_ERROR_UTILITY_ICU | 0x14, "ISO-2022 unsupported escape sequence"), ERR_ENTRY("I18N_ERROR_NO_SPACE_AVAILABLE", TIZEN_ERROR_UTILITY_ICU | 0x15, "No space available for in-buffer expansion for Arabic shaping"), ERR_ENTRY("I18N_ERROR_CE_NOT_FOUND", TIZEN_ERROR_UTILITY_ICU | 0x16, "Currently used only while setting variable top, but can be used generally"),