summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSukhyungKang <shine.kang@samsung.com>2022-05-23 10:17:04 +0900
committerSukhyungKang <shine.kang@samsung.com>2022-05-23 10:17:04 +0900
commitfb6a2b28c7c0d3188ffa89bcd5b40b7bce6a01da (patch)
treeb451784d24d06c96797e59a9514986eae96610ef
parentc64332be619d926b76e639464ed473bbeb3a0ef1 (diff)
downloadnotification-fb6a2b28c7c0d3188ffa89bcd5b40b7bce6a01da.tar.gz
notification-fb6a2b28c7c0d3188ffa89bcd5b40b7bce6a01da.tar.bz2
notification-fb6a2b28c7c0d3188ffa89bcd5b40b7bce6a01da.zip
Fix typo for notification documentation
Change-Id: I19a0ed4efbfed3ec24bfa2b9b326192d901ddbb6 Signed-off-by: SukhyungKang <shine.kang@samsung.com>
-rw-r--r--notification-ex/api/notification_ex_button.h2
-rw-r--r--notification-ex/api/notification_ex_checkbox.h2
-rw-r--r--notification-ex/api/notification_ex_entry.h2
-rw-r--r--notification-ex/api/notification_ex_input_selector.h2
-rw-r--r--notification-ex/api/notification_ex_multi_language.h2
-rw-r--r--notification-ex/api/notification_ex_text.h2
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.