From fb6a2b28c7c0d3188ffa89bcd5b40b7bce6a01da Mon Sep 17 00:00:00 2001 From: SukhyungKang Date: Mon, 23 May 2022 10:17:04 +0900 Subject: [PATCH] Fix typo for notification documentation Change-Id: I19a0ed4efbfed3ec24bfa2b9b326192d901ddbb6 Signed-off-by: SukhyungKang --- notification-ex/api/notification_ex_button.h | 2 +- notification-ex/api/notification_ex_checkbox.h | 2 +- notification-ex/api/notification_ex_entry.h | 2 +- notification-ex/api/notification_ex_input_selector.h | 2 +- notification-ex/api/notification_ex_multi_language.h | 2 +- notification-ex/api/notification_ex_text.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/notification-ex/api/notification_ex_button.h b/notification-ex/api/notification_ex_button.h index 7b1f8a9..b5b3676 100644 --- a/notification-ex/api/notification_ex_button.h +++ b/notification-ex/api/notification_ex_button.h @@ -91,7 +91,7 @@ int noti_ex_item_button_get_title(noti_ex_item_h handle, char **title); /** * @brief Sets the multi-language handle. * @since_tizen 5.5 - * @remarks After the multi-language handle setted successfully, noti_ex_item_button_get_title() \n + * @remarks After setting the multi-language handle successfully, noti_ex_item_button_get_title() \n * will return the multi-language text. * @remarks The #noti_ex_item_h handle keeps its own copy of #noti_ex_multi_lang_h. \n * Therefore, you can destroy @a multi after it was set for @a handle. diff --git a/notification-ex/api/notification_ex_checkbox.h b/notification-ex/api/notification_ex_checkbox.h index dd3d90e..ab60808 100644 --- a/notification-ex/api/notification_ex_checkbox.h +++ b/notification-ex/api/notification_ex_checkbox.h @@ -92,7 +92,7 @@ int noti_ex_item_checkbox_get_title(noti_ex_item_h handle, char **title); /** * @brief Sets the multi-language handle. * @since_tizen 5.5 - * @remarks After the multi-language handle setted successfully, \n + * @remarks After setting the multi-language handle successfully, \n * noti_ex_item_checkbox_get_title() will return the multi-language text. * @remarks The #noti_ex_item_h handle keeps its own copy of #noti_ex_multi_lang_h. \n * Therefore, you can destroy @a multi after it was set for @ handle. diff --git a/notification-ex/api/notification_ex_entry.h b/notification-ex/api/notification_ex_entry.h index feb1af8..711e971 100644 --- a/notification-ex/api/notification_ex_entry.h +++ b/notification-ex/api/notification_ex_entry.h @@ -112,7 +112,7 @@ int noti_ex_item_entry_set_text(noti_ex_item_h handle, const char *text); /** * @brief Sets the multi-language handle. * @since_tizen 5.5 - * @remarks After the multi-language handle setted successfully, \n + * @remarks After setting the multi-language handle successfully, \n * noti_ex_item_entry_get_text() will return the multi-language text. \n * @remarks The #noti_ex_item_h handle keeps its own copy of #noti_ex_multi_lang_h. \n * Therefore, you can destroy @a multi after it was set for @a handle. diff --git a/notification-ex/api/notification_ex_input_selector.h b/notification-ex/api/notification_ex_input_selector.h index 0018173..198f4a7 100644 --- a/notification-ex/api/notification_ex_input_selector.h +++ b/notification-ex/api/notification_ex_input_selector.h @@ -119,7 +119,7 @@ int noti_ex_item_input_selector_set_contents(noti_ex_item_h handle, const char * /** * @brief Sets the multi-language contents for input selector item. * @since_tizen 5.5 - * @remarks After the multi-language handle setted successfully, \n + * @remarks After setting the multi-language handle successfully, \n * noti_ex_item_input_selector_get_contents() will return the multi-language text. \n * @remarks The #noti_ex_item_h handle keeps its own copy of #noti_ex_multi_lang_h list. \n * Therefore, you can destroy @a multi_language_list after it was set for @a handle. diff --git a/notification-ex/api/notification_ex_multi_language.h b/notification-ex/api/notification_ex_multi_language.h index 599acd3..6fc98cd 100644 --- a/notification-ex/api/notification_ex_multi_language.h +++ b/notification-ex/api/notification_ex_multi_language.h @@ -39,7 +39,7 @@ typedef void *noti_ex_multi_lang_h; * @since_tizen 5.5 * @remarks @a handle must be released using noti_ex_multi_lang_destroy(). * @param[out] handle The multi-language item handle - * @param[in] msgid The identifier of the message to be translated. One of the identifers declared in PO files. \n + * @param[in] msgid The identifier of the message to be translated. One of the identifiers declared in PO files. \n * The message of @a msgid and @a format must contain the same specifiers and in the same order. * @param[in] format The string that contains the text to be written. \n * It can optionally contain embedded format specifiers \n diff --git a/notification-ex/api/notification_ex_text.h b/notification-ex/api/notification_ex_text.h index d39b73c..e01ab10 100644 --- a/notification-ex/api/notification_ex_text.h +++ b/notification-ex/api/notification_ex_text.h @@ -142,7 +142,7 @@ int noti_ex_item_text_get_hyperlink(noti_ex_item_h handle, char **hyperlink); /** * @brief Sets the multi-language handle. * @since_tizen 5.5 - * @remarks After the multi-language handle setted successfully, \n + * @remarks After setting the multi-language handle successfully, \n * noti_ex_item_text_get_contents() will return the multi-language text. \n * @remarks The #noti_ex_item_h handle keeps its own copy of #noti_ex_multi_lang_h. \n * Therefore, you can destroy @a multi after it was set for @a handle. -- 2.7.4