Fix typo for notification documentation 32/275332/1
authorSukhyungKang <shine.kang@samsung.com>
Mon, 23 May 2022 01:17:04 +0000 (10:17 +0900)
committerSukhyungKang <shine.kang@samsung.com>
Mon, 23 May 2022 01:17:04 +0000 (10:17 +0900)
Change-Id: I19a0ed4efbfed3ec24bfa2b9b326192d901ddbb6
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
notification-ex/api/notification_ex_button.h
notification-ex/api/notification_ex_checkbox.h
notification-ex/api/notification_ex_entry.h
notification-ex/api/notification_ex_input_selector.h
notification-ex/api/notification_ex_multi_language.h
notification-ex/api/notification_ex_text.h

index 7b1f8a9..b5b3676 100644 (file)
@@ -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.
index dd3d90e..ab60808 100644 (file)
@@ -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.
index feb1af8..711e971 100644 (file)
@@ -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.
index 0018173..198f4a7 100644 (file)
@@ -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.
index 599acd3..6fc98cd 100644 (file)
@@ -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
index d39b73c..e01ab10 100644 (file)
@@ -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.