From: jooseok Date: Mon, 5 Mar 2018 04:46:15 +0000 (+0900) Subject: Fix wrong spelling X-Git-Tag: submit/tizen/20180305.073026^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=645270c2f43a7c946bcaeea389855a2e2c6bc10b;p=platform%2Fcore%2Fapi%2Flibaccount-service.git Fix wrong spelling Change-Id: Id95093715d684b613fbd6ef13db57474706c81d9 --- diff --git a/include/account.h b/include/account.h index e7d6346..312b42a 100644 --- a/include/account.h +++ b/include/account.h @@ -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