From ec3924d5f629ce702e9431add876da5827e71b8b Mon Sep 17 00:00:00 2001 From: Jongkyu Koo Date: Tue, 8 Aug 2017 18:48:05 +0900 Subject: [PATCH] fix typo Change-Id: Ie3c3747ee753548694f9b721b45b82d6c096e68c Signed-off-by: Jongkyu Koo --- include/contacts_views.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/include/contacts_views.h b/include/contacts_views.h index c9f30d8..8e6bb95 100644 --- a/include/contacts_views.h +++ b/include/contacts_views.h @@ -181,7 +181,7 @@ _CONTACTS_END_VIEW(_contacts_group) * string addressbook_ids read only Addressbook IDs that the person belongs to (projection) * boolean has_phonenumber read only The person has phone number or not * boolean has_email read only The person has email or not - * integer snippet_type read only kerword matched data type, refer to they @ref contacts_data_type_e (Since 3.0) + * integer snippet_type read only keyword matched data type, refer to they @ref contacts_data_type_e (Since 3.0) * string snippet_string read only keyword matched data string (Since 3.0) * */ @@ -1179,7 +1179,7 @@ _CONTACTS_END_READ_ONLY_VIEW(_contacts_grouprel_updated_info) * integer address_book_id Addressbook ID that the person belongs to * integer address_book_mode Addressbook mode, refer to the @ref contacts_address_book_mode_e * string address_book_name Addressbook name that the person belongs to - * integer snippet_type kerword matched data type, refer to they @ref contacts_data_type_e (Since 3.0) + * integer snippet_type keyword matched data type, refer to they @ref contacts_data_type_e (Since 3.0) * string snippet_string keyword matched data string (Since 3.0) * */ @@ -1236,7 +1236,7 @@ _CONTACTS_END_READ_ONLY_VIEW(_contacts_person_contact) * string number_filter If you add filter with this property, the string will be normalized as minmatch length internally and the match rule will be applied CONTACTS_MATCH_EXACTLY * string normalized_number You can only use this property for search filter * string cleaned_number You can only use this property for search filter - * integer snippet_type kerword matched data type, refer to they @ref contacts_data_type_e (Since 3.0) + * integer snippet_type keyword matched data type, refer to they @ref contacts_data_type_e (Since 3.0) * string snippet_string keyword matched data string (Since 3.0) * */ @@ -1291,7 +1291,7 @@ _CONTACTS_END_READ_ONLY_VIEW(_contacts_person_number) * string label Custom mail type label, when the email type is #CONTACTS_EMAIL_TYPE_CUSTOM (projection) * boolean is_primary_default The email is default email or not * string email Email address - * integer snippet_type kerword matched data type, refer to they @ref contacts_data_type_e (Since 3.0) + * integer snippet_type keyword matched data type, refer to they @ref contacts_data_type_e (Since 3.0) * string snippet_string keyword matched data string (Since 3.0) * */ @@ -1346,7 +1346,7 @@ _CONTACTS_END_READ_ONLY_VIEW(_contacts_person_email) * string address_book_name Addressbook name that the person belongs to * integer group_id Group ID that the person belongs to * integer contact_id Contact ID that the person belongs to (projection) - * integer snippet_type kerword matched data type, refer to they @ref contacts_data_type_e (Since 3.0) + * integer snippet_type keyword matched data type, refer to they @ref contacts_data_type_e (Since 3.0) * string snippet_string keyword matched data string (Since 3.0) * */ @@ -1403,7 +1403,7 @@ _CONTACTS_END_READ_ONLY_VIEW(_contacts_person_grouprel) * integer address_book_mode Addressbook mode, refer to the @ref contacts_address_book_mode_e * integer group_id Group ID that the person belongs to * integer contact_id Contact ID that the person belongs to (projection) - * integer snippet_type kerword matched data type, refer to they @ref contacts_data_type_e (Since 3.0) + * integer snippet_type keyword matched data type, refer to they @ref contacts_data_type_e (Since 3.0) * string snippet_string keyword matched data string (Since 3.0) * */ @@ -1458,7 +1458,7 @@ _CONTACTS_END_READ_ONLY_VIEW(_contacts_person_group_assigned) * integer address_book_id Addressbook ID that the person belongs to * integer address_book_mode Addressbook mode, refer to the @ref contacts_address_book_mode_e * integer contact_id Contact ID that the person belongs to (projection) - * integer snippet_type kerword matched data type, refer to they @ref contacts_data_type_e (Since 3.0) + * integer snippet_type keyword matched data type, refer to they @ref contacts_data_type_e (Since 3.0) * string snippet_string keyword matched data string (Since 3.0) * */ -- 2.7.4