* @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
* 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;
/**
- * @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
/**
- * @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
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