Correct typos of I18N_ERROR_ILLECAL_ESCAPE_SEQUENCE 61/81561/1
authorByungWoo Lee <bw1212.lee@samsung.com>
Wed, 27 Jul 2016 05:13:01 +0000 (14:13 +0900)
committerByungWoo Lee <bw1212.lee@samsung.com>
Wed, 27 Jul 2016 05:13:01 +0000 (14:13 +0900)
Change-Id: I1a9a2cd85faa2225e831930055d700ee7b451aeb

error_messages/capi-base-utils.xml
include/private/tizen_error_private.h

index 55091a2..031aec0 100644 (file)
@@ -74,7 +74,7 @@
        </error>
        <error name="I18N_ERROR_ILLECAL_ESCAPE_SEQUENCE">
                <value>TIZEN_ERROR_UTILITY_ICU | 0x13</value>
-               <msg>ISO-2022 illlegal escape sequence</msg>
+               <msg>ISO-2022 illegal escape sequence</msg>
        </error>
        <error name="I18N_ERROR_UNSUPPORTED_ESCAPE_SEQUENCE">
                <value>TIZEN_ERROR_UTILITY_ICU | 0x14</value>
index bf9a87c..b5b85fb 100644 (file)
@@ -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"),