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 7b1f8a9caf5cad95fee363821adc6d9f909e25c0..b5b36766ebc001aa11167116e00f3e6433d54ca8 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 dd3d90e8b48b1c986bd163183f24e76b8c42f74a..ab608082bae69553e30297a616e9c76a69020344 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 feb1af8eae1cbccdd1f073c1c26df1da36a53677..711e971918df6fa1926cb23ea8fce9436c558300 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 001817301b250d27965740218df279fdd20c0a91..198f4a787e296006cafd8c94f62193ed541af44a 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 599acd3df133a041b4b7b2ad8180d1a8bdf79dae..6fc98cd72da4fd3c3f7701336d8c310c50555e88 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 d39b73c5c87474a014ad4308551ba25d3dbfeb2c..e01ab101b7fec1c9ae8fb9432f4fb187c011c48f 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.