Fix typo from @encode to @endcode 64/311964/1 accepted/tizen/unified/20240603.161021 accepted/tizen/unified/x/20240605.012737
authorJinWang An <jinwang.an@samsung.com>
Fri, 31 May 2024 05:55:05 +0000 (14:55 +0900)
committerJinWang An <jinwang.an@samsung.com>
Fri, 31 May 2024 05:55:05 +0000 (14:55 +0900)
Change-Id: Iebfb90e1b60dba084393a3aa673070143ac520ed
Signed-off-by: JinWang An <jinwang.an@samsung.com>
src/include/utils_i18n_ucnvsel.h

index 8ca993e..c9e8651 100644 (file)
@@ -164,7 +164,7 @@ int i18n_ucnvsel_serialize(const i18n_uconverter_selector_h sel, void *buffer, i
  *     i18n_ucnvsel_destroy(sel);
  *     return EXIT_SUCCESS;
  * }
- * @encode
+ * @endcode
  */
 int i18n_ucnvsel_select_for_string(const i18n_uconverter_selector_h sel, const i18n_uchar *string, int32_t length, i18n_uenumeration_h *enumeration);