OAUTH2_API int oauth2_manager_destroy(oauth2_manager_h handle);
/**
- * @brief Called when the oauth2_manager_request_token() resopnse comes.
+ * @brief Called when the oauth2_manager_request_token() response comes.
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
* @remarks The @a response must be released using oauth2_response_destroy().
*
* @brief Destroys oauth2_request_h handle.
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
*
- * @param[in] handle The oauth2_request handle to destory
+ * @param[in] handle The oauth2_request handle to destroy
*
* @return @c 0 on success,
* otherwise a negative error value
*
* @remarks You must not free response_type
* @param[in] handle The request handle
- * @param[out] response_type The respose type
+ * @param[out] response_type The response type
*
* @return @c 0 on success,
* otherwise a negative error value