EVENT_ERROR_OUT_OF_MEMORY = TIZEN_ERROR_OUT_OF_MEMORY, /**< Out of memory */
EVENT_ERROR_TIMED_OUT = TIZEN_ERROR_TIMED_OUT, /**< Time out */
EVENT_ERROR_IO_ERROR = TIZEN_ERROR_IO_ERROR, /**< IO error */
- EVENT_ERROR_PERMISSION_DENIED = TIZEN_ERROR_PERMISSION_DENIED /**< Permisiion denied */
+ EVENT_ERROR_PERMISSION_DENIED = TIZEN_ERROR_PERMISSION_DENIED /**< Permission denied */
} event_error_e;
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
* @remarks There is no corresponding key/value.
* @remarks You can treat the initial value as "false" before you receive this event.
- * @remarks If it's already boot-completed state before you regiser event handler, you can receive the event as soon as you register the event handler.
+ * @remarks If it's already boot-completed state before you register event handler, you can receive the event as soon as you register the event handler.
*/
#define SYSTEM_EVENT_BOOT_COMPLETED "tizen.system.event.boot_completed"
* @brief Definition for system-event of system : shutdown.
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
* @remarks There is no corresponding key/value.
- * @remarks You can treat the inital value as "false" before you receive this event.
- * @remarks If it's already shutting-down state before you regiser event handler, you can receive the event as soon as you register the event handler.
+ * @remarks You can treat the initial value as "false" before you receive this event.
+ * @remarks If it's already shutting-down state before you register event handler, you can receive the event as soon as you register the event handler.
*/
#define SYSTEM_EVENT_SYSTEM_SHUTDOWN "tizen.system.event.system_shutdown"
/**
* @brief Definition for key of SYSTEM_EVENT_BT_STATE.
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
- * @remarks If it's already transfering state before you register this event, you can't receive the event regarding current transfer but you can receive the following transfers.
+ * @remarks If it's already transferring state before you register this event, you can't receive the event regarding current transfer but you can receive the following transfers.
* @see EVENT_VAL_BT_NON_TRANSFERING
* @see EVENT_VAL_BT_TRANSFERING
*/
* @brief Adds the event handler for receiving event-data of interested events.
*
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
- * @remarks If you want to add the privileged event, you MUST declare right privilge first. Unless that, this function returns #EVENT_ERROR_PERMISSION_DENIED. The privileged events are commented on remarks of it's definitions.
+ * @remarks If you want to add the privileged event, you MUST declare right privilege first. Unless that, this function returns #EVENT_ERROR_PERMISSION_DENIED. The privileged events are commented on remarks of it's definitions.
* @param[in] event_name The interested event name
* @param[in] callback The event callback called when the event occurs
* @param[in] user_data The user data for passing to callback