Fix wrong spelling 45/171445/1 accepted/tizen/unified/20180305.152635 submit/tizen/20180305.073026
authorjooseok <seogii.song@samsung.com>
Mon, 5 Mar 2018 04:46:15 +0000 (13:46 +0900)
committerjooseok <seogii.song@samsung.com>
Mon, 5 Mar 2018 04:46:15 +0000 (13:46 +0900)
Change-Id: Id95093715d684b613fbd6ef13db57474706c81d9

include/account.h

index e7d63468709bb36479ff1fdc8b19fd0bf94151f6..312b42a89875cd1e2d66d1df720c24c971617801 100644 (file)
@@ -179,7 +179,7 @@ typedef bool (*account_event_cb)(const char *event_type, int account_id, void *u
  * @since_tizen @if MOBILE 2.3 @endif
  * @privlevel  public
  * @privilege  %http://tizen.org/privilege/account.read \n
- *             %http://tizen.org/privilege/account.wirte
+ *             %http://tizen.org/privilege/account.write
  * @remarks    This API need both privileges
  * @return     @c 0 on success,
  *             otherwise a negative error value
@@ -215,7 +215,7 @@ int account_connect_readonly(void) TIZEN_DEPRECATED_API;
  *             otherwise a negative error value
  * @retval     #ACCOUNT_ERROR_NONE               Successful
  * @retval     #ACCOUNT_ERROR_PERMISSION_DENIED  DB Access fail by permission
- * @retval     #ACCOUNT_ERROR_DATABASE_BUSY      SQLite busy handler exprired
+ * @retval     #ACCOUNT_ERROR_DATABASE_BUSY      SQLite busy handler expired
  */
 int account_disconnect(void) TIZEN_DEPRECATED_API;
 
@@ -928,11 +928,11 @@ int account_set_user_int(account_h account, int user_int_index, int user_integer
 
 
 /**
- * @brief  Gets the authentiacation type.
+ * @brief  Gets the authentication type.
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 3.0 @endif
  * @param[in]   account    The account handle
- * @param[out]  auth_type  The authentiacation type
+ * @param[out]  auth_type  The authentication type
  *
  * @return  @c 0 on success,
  *          otherwise a negative error value
@@ -946,11 +946,11 @@ int account_get_auth_type(account_h account, account_auth_type_e *auth_type);
 
 
 /**
- * @brief  Sets the authentiacation type.
+ * @brief  Sets the authentication type.
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 3.0 @endif
   * @param[in]  account    The account handle
- * @param[in]  auth_type  The integer to be set as the authentiacation type
+ * @param[in]  auth_type  The integer to be set as the authentication type
  *
  * @return  @c 0 on success,
  *          otherwise a negative error value
@@ -1743,7 +1743,7 @@ int account_type_query_label_by_app_id(account_label_cb callback, const char *ap
 int account_type_query_by_app_id(const char *app_id, account_type_h *account_type);
 
 /**
- * @brief  Retrieves all account priovider information.
+ * @brief  Retrieves all account provider information.
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 3.0 @endif
  * @privlevel   public