From 5786da3d895e4e30c6be085e3919ed1e9aac16d9 Mon Sep 17 00:00:00 2001 From: Jeesun Kim Date: Mon, 15 May 2017 09:58:18 +0900 Subject: [PATCH] modified typo: interger -> integer Change-Id: I4457e2abcff17a69bfa9d06a0fd513e8362bf2ce --- include/calendar_view.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/calendar_view.h b/include/calendar_view.h index 3191222..312b903 100644 --- a/include/calendar_view.h +++ b/include/calendar_view.h @@ -143,9 +143,9 @@ _CALENDAR_END_VIEW(_calendar_book) * child list calendar_attendee read, write The attendee list of the event. Refer to the @ref CAPI_SOCIAL_CALENDAR_SVC_VIEW_MODULE_calendar_attendee * child list exception read, write The exception mod event list of the event * child list extended read, write The extended property list of the event. Refer to the @ref CAPI_SOCIAL_CALENDAR_SVC_VIEW_MODULE_calendar_extended_property - * interger is_allday read only The event is an allday event or not - * interger link_count read only The event is a linked event (Since 4.0) - * interger link_base_id read only The event is a base linked event (Since 4.0) + * integer is_allday read only The event is an allday event or not + * integer link_count read only The event is a linked event (Since 4.0) + * integer link_base_id read only The event is a base linked event (Since 4.0) * */ _CALENDAR_BEGIN_VIEW() @@ -270,7 +270,7 @@ _CALENDAR_END_VIEW(_calendar_event) * integer has_attendee read only Whether or not the todo has an attendee list * child list calendar_attendee read, write The attendee list of the todo. Refer to the @ref CAPI_SOCIAL_CALENDAR_SVC_VIEW_MODULE_calendar_attendee * child list extended read, write The extended property list of the todo. Refer to the @ref CAPI_SOCIAL_CALENDAR_SVC_VIEW_MODULE_calendar_extended_property - * interger is_allday read only The todo is an allday event or not + * integer is_allday read only The todo is an allday event or not * */ _CALENDAR_BEGIN_VIEW() -- 2.7.4