fixed documentation typo 84/175384/1
authorSusnata <s.sovalin@samsung.com>
Wed, 7 Mar 2018 06:41:02 +0000 (01:41 -0500)
committerSusnata Sovalin <s.sovalin@samsung.com>
Tue, 10 Apr 2018 04:35:52 +0000 (04:35 +0000)
Change-Id: I8f826e11a1495addda149fb60fe5ea0e0160680b
Signed-off-by: Susnata <s.sovalin@samsung.com>
(cherry picked from commit 2955a095448353e9813c6f4ef45bfca2983f0619)

include/oauth2_manager.h
include/oauth2_request.h

index 215cda8..78b855a 100755 (executable)
@@ -83,7 +83,7 @@ OAUTH2_API int oauth2_manager_create(oauth2_manager_h *handle);
 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().
  *
index 6d8f96b..b71f381 100755 (executable)
@@ -63,7 +63,7 @@ OAUTH2_API int oauth2_request_create(oauth2_request_h *handle);
  * @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
@@ -434,7 +434,7 @@ OAUTH2_API int oauth2_request_get_refresh_token(oauth2_request_h handle, char **
  *
  * @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