modified typo: interger -> integer 77/129077/1 accepted/tizen/unified/20170515.074458 submit/tizen/20170515.012642 tizen_4.0.m1_release
authorJeesun Kim <iamjs.kim@samsung.com>
Mon, 15 May 2017 00:58:18 +0000 (09:58 +0900)
committerJeesun Kim <iamjs.kim@samsung.com>
Mon, 15 May 2017 00:59:28 +0000 (09:59 +0900)
Change-Id: I4457e2abcff17a69bfa9d06a0fd513e8362bf2ce

include/calendar_view.h

index 3191222..312b903 100644 (file)
@@ -143,9 +143,9 @@ _CALENDAR_END_VIEW(_calendar_book)
  *     <tr><td> child list </td><td> calendar_attendee </td><td> read, write </td><td>The attendee list of the event. Refer to the @ref CAPI_SOCIAL_CALENDAR_SVC_VIEW_MODULE_calendar_attendee</td></tr>
  *     <tr><td> child list </td><td> exception </td><td> read, write </td><td>The exception mod event list of the event</td></tr>
  *     <tr><td> child list </td><td> extended </td><td> read, write </td><td>The extended property list of the event. Refer to the @ref CAPI_SOCIAL_CALENDAR_SVC_VIEW_MODULE_calendar_extended_property</td></tr>
- *     <tr><td> interger </td><td> is_allday </td><td> read only </td><td>The event is an allday event or not </td></tr>
- *     <tr><td> interger </td><td> link_count </td><td> read only </td><td>The event is a linked event (Since 4.0)</td></tr>
- *     <tr><td> interger </td><td> link_base_id </td><td> read only </td><td>The event is a base linked event (Since 4.0)</td></tr>
+ *     <tr><td> integer </td><td> is_allday </td><td> read only </td><td>The event is an allday event or not </td></tr>
+ *     <tr><td> integer </td><td> link_count </td><td> read only </td><td>The event is a linked event (Since 4.0)</td></tr>
+ *     <tr><td> integer </td><td> link_base_id </td><td> read only </td><td>The event is a base linked event (Since 4.0)</td></tr>
  * </table>
  */
 _CALENDAR_BEGIN_VIEW()
@@ -270,7 +270,7 @@ _CALENDAR_END_VIEW(_calendar_event)
  *     <tr><td> integer </td><td> has_attendee </td><td> read only </td><td>Whether or not the todo has an attendee list </td></tr>
  *     <tr><td> child list </td><td> calendar_attendee </td><td> read, write </td><td>The attendee list of the todo. Refer to the @ref CAPI_SOCIAL_CALENDAR_SVC_VIEW_MODULE_calendar_attendee</td></tr>
  *     <tr><td> child list </td><td> extended </td><td> read, write </td><td>The extended property list of the todo. Refer to the @ref CAPI_SOCIAL_CALENDAR_SVC_VIEW_MODULE_calendar_extended_property</td></tr>
- *     <tr><td> interger </td><td> is_allday </td><td> read only </td><td>The todo is an allday event or not </td></tr>
+ *     <tr><td> integer </td><td> is_allday </td><td> read only </td><td>The todo is an allday event or not </td></tr>
  * </table>
  */
 _CALENDAR_BEGIN_VIEW()