[API][Fix typos] 30/177530/1
authorSameer Prakash Pradhan <sp.pradhan@samsung.com>
Wed, 7 Mar 2018 09:48:09 +0000 (15:18 +0530)
committerSameer Prakash Pradhan <sp.pradhan@samsung.com>
Tue, 1 May 2018 06:24:20 +0000 (06:24 +0000)
Signed-off-by: Sameer Prakash Pradhan <sp.pradhan@samsung.com>
Change-Id: I18706178bbadd1d65a6fe40d581b817642763eb4
(cherry picked from commit 8f8b05c6bb02f7b1cfa67bdfd34b586b26c84c44)

doc/contacts_doc.h
include/contacts_db.h
include/contacts_types.h
include/contacts_views.h

index cccdc7c..4a7a82a 100644 (file)
  * A type of some property is ‘record’.
  * It means that the parent record can have child records.
  * For example, a contact record has 'name', 'number' and 'email' properties, which means that records of those types can be children of contact type records.<br>
- * In contacts_view.h headear file, view macros are found and below figure shows what the macro means.
+ * In contacts_view.h header file, view macros are found and below figure shows what the macro means.
  *
  * @image html Properties.png "Figure: Properties"
  *
index 465af19..48414e6 100644 (file)
@@ -94,7 +94,7 @@ typedef void (*contacts_db_changed_cb)(const char *view_uri, void *user_data);
  * @retval #CONTACTS_ERROR_IPC IPC error
  * @retval #CONTACTS_ERROR_SYSTEM Internal system module error
  * @pre contacts_connect() should be called to open a connection to the contacts service.
- * @post contacts_db_changed_cb() callback wil be called upon success.
+ * @post contacts_db_changed_cb() callback will be called upon success.
  * @see contacts_connect()
  * @see contacts_db_update_record()
  * @see contacts_db_delete_record()
@@ -169,7 +169,7 @@ int contacts_db_get_record(const char *view_uri, int record_id, contacts_record_
  * @retval #CONTACTS_ERROR_IPC IPC error
  * @retval #CONTACTS_ERROR_SYSTEM Internal system module error
  * @pre contacts_connect() should be called to open a connection to the contacts service.
- * @post contacts_db_changed_cb() callback wil be called upon success.
+ * @post contacts_db_changed_cb() callback will be called upon success.
  * @see contacts_connect()
  * @see contacts_db_insert_record()
  * @see contacts_db_delete_record()
@@ -206,7 +206,7 @@ int contacts_db_update_record(contacts_record_h record);
  * @retval #CONTACTS_ERROR_IPC IPC error
  * @retval #CONTACTS_ERROR_SYSTEM Internal system module error
  * @pre contacts_connect() should be called to open a connection to the contacts service.
- * @post contacts_db_changed_cb() callback wil be called upon success.
+ * @post contacts_db_changed_cb() callback will be called upon success.
  * @see contacts_connect()
  * @see contacts_db_insert_record()
  */
@@ -236,7 +236,7 @@ int contacts_db_delete_record(const char *view_uri, int record_id);
  * @retval #CONTACTS_ERROR_IPC IPC error
  * @retval #CONTACTS_ERROR_SYSTEM Internal system module error
  * @pre contacts_connect() should be called to open a connection to the contacts service.
- * @post contacts_db_changed_cb() callback wil be called upon success.
+ * @post contacts_db_changed_cb() callback will be called upon success.
  * @see contacts_connect()
  * @see contacts_db_update_record()
  * @see contacts_db_delete_record()
@@ -352,7 +352,7 @@ int contacts_db_get_records_with_query(contacts_query_h query, int offset, int l
  * @retval #CONTACTS_ERROR_IPC IPC error
  * @retval #CONTACTS_ERROR_SYSTEM Internal system module error
  * @pre contacts_connect() should be called to open a connection to the contacts service.
- * @post contacts_db_changed_cb() callback wil be called upon success.
+ * @post contacts_db_changed_cb() callback will be called upon success.
  * @see contacts_connect()
  * @see contacts_db_update_records()
  * @see contacts_db_delete_records()
@@ -387,7 +387,7 @@ int contacts_db_insert_records(contacts_list_h record_list, int **ids, int *coun
  * @retval #CONTACTS_ERROR_IPC IPC error
  * @retval #CONTACTS_ERROR_SYSTEM Internal system module error
  * @pre contacts_connect() should be called to open a connection to the contacts service.
- * @post contacts_db_changed_cb() callback wil be called upon success.
+ * @post contacts_db_changed_cb() callback will be called upon success.
  * @see contacts_connect()
  * @see contacts_db_insert_records()
  * @see contacts_db_delete_records()
@@ -424,7 +424,7 @@ int contacts_db_update_records(contacts_list_h record_list);
  * @retval #CONTACTS_ERROR_IPC IPC error
  * @retval #CONTACTS_ERROR_SYSTEM Internal system module error
  * @pre contacts_connect() should be called to open a connection to the contacts service.
- * @post contacts_db_changed_cb() callback wil be called upon success.
+ * @post contacts_db_changed_cb() callback will be called upon success.
  * @see contacts_connect()
  * @see contacts_db_insert_records()
  * @see contacts_db_update_records()
@@ -455,7 +455,7 @@ int contacts_db_delete_records(const char *view_uri, int record_id_array[], int
  * @retval #CONTACTS_ERROR_IPC IPC error
  * @retval #CONTACTS_ERROR_SYSTEM Internal system module error
  * @pre contacts_connect() should be called to open a connection to the contacts service.
- * @post contacts_db_changed_cb() callback wil be called upon success.
+ * @post contacts_db_changed_cb() callback will be called upon success.
  * @see contacts_connect()
  * @see contacts_db_update_record()
  * @see contacts_db_delete_record()
index d838d02..15811ea 100644 (file)
@@ -258,7 +258,7 @@ typedef enum {
  */
 typedef enum {
        CONTACTS_EVENT_CALENDAR_TYPE_GREGORIAN, /**< Gregorian calendar */
-       CONTACTS_EVENT_CALENDAR_TYPE_CHINESE /**< Chinese calenadr */
+       CONTACTS_EVENT_CALENDAR_TYPE_CHINESE /**< Chinese calendar */
 } contacts_event_calendar_type_e;
 
 
@@ -363,7 +363,7 @@ typedef enum {
 
 
 /**
- * @brief Enumeration for SIP(Session Intialion Protocol) type range.
+ * @brief Enumeration for SIP(Session Initiation Protocol) type range.
  * @since_tizen 3.0
  */
 typedef enum {
index 8e6bb95..0145337 100644 (file)
@@ -876,7 +876,7 @@ _CONTACTS_END_VIEW(_contacts_sdn)
  * <tr><td>string</td><td> mime </td><td>read, write</td><td> Data for app_control_set_mime </td></tr>
  * <tr><td>string</td><td> app_id </td><td>read, write</td><td> Data for app_control_set_app_id </td></tr>
  * <tr><td>string</td><td> uri </td><td>read, write</td><td> Data for app_control_set_uri </td></tr>
- * <tr><td>string</td><td> catagory </td><td>read, write</td><td> Data for app_control_set_category </td></tr>
+ * <tr><td>string</td><td> category </td><td>read, write</td><td> Data for app_control_set_category </td></tr>
  * <tr><td>string</td><td> extra_data </td><td>read, write</td><td> It includes "key:value,key:value," pairs. You should parse it. And you must base64 encode each key and value</td></tr>
  * </table>
  */
@@ -1337,7 +1337,7 @@ _CONTACTS_END_READ_ONLY_VIEW(_contacts_person_email)
  * <tr><td>string</td><td> message_alert </td><td> Message alert path of the person (projection) </td></tr>
  * <tr><td>string</td><td> status </td><td> Status of social account (projection) </td></tr>
  * <tr><td>boolean</td><td> is_favorite </td><td> The person is favorite or not </td></tr>
- * <tr><td>integer</td><td> link_count </td><td> Link count of contat records (projection) </td></tr>
+ * <tr><td>integer</td><td> link_count </td><td> Link count of contact records (projection) </td></tr>
  * <tr><td>string</td><td> addressbook_ids </td><td> Addressbook IDs that the person belongs to (projection) </td></tr>
  * <tr><td>boolean</td><td> has_phonenumber </td><td> The person has phone number or not </td></tr>
  * <tr><td>boolean</td><td> has_email </td><td> The person has email or not </td></tr>