From 5c868313ce57608b1e6cb11c6924ddfd6a10c61d Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 25 Aug 2020 19:48:48 +0900 Subject: [PATCH] Fix typo Change-Id: I4d1fe3e8c0439d88960ddfd8d3ed46ec21f41d76 Signed-off-by: Jihoon Kim --- inputmethod/include/inputmethod_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inputmethod/include/inputmethod_internal.h b/inputmethod/include/inputmethod_internal.h index 4978646..5e123ac 100644 --- a/inputmethod/include/inputmethod_internal.h +++ b/inputmethod/include/inputmethod_internal.h @@ -1056,7 +1056,7 @@ int ime_expand_candidate(void); int ime_contract_candidate(void); /** - * @brief Requests to set candidate sytle. + * @brief Requests to set candidate style. * * @since_tizen 5.5 * @@ -1073,7 +1073,7 @@ int ime_contract_candidate(void); int ime_set_candidate_style(scim::ISF_CANDIDATE_PORTRAIT_LINE_T portrait_line, scim::ISF_CANDIDATE_MODE_T mode); /** - * @brief Sets flag whether IMEngine is loaded by engine_laoder. + * @brief Sets flag whether IMEngine is loaded by engine_loader. * * @since_tizen 5.5 * -- 2.7.4