Fix typo 68/171568/1
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 6 Mar 2018 01:00:48 +0000 (10:00 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 6 Mar 2018 01:02:41 +0000 (10:02 +0900)
Change-Id: Ic1829d91bb1185ce35d264eab816d2273565692a

doc/http_doc.h

index c3ad8d2..f413507 100755 (executable)
@@ -30,7 +30,7 @@
  * Using the HTTP APIs, you can implement features that allow the users of your application to:
  * - Manage HTTP session
  * - Manage HTTP transaction
- * - Send/Recieve HTTP request/response
+ * - Send/Receive HTTP request/response
  *
  * @if WEARABLE
  * @section CAPI_NETWORK_HTTP_MODULE_FEATURE Related Features
 /**
  * @ingroup CAPI_NETWORK_HTTP_TRANSACTION_MODULE
  * @defgroup CAPI_NETWORK_HTTP_AUTHENTICATION_MODULE HTTP Authentication
- * @brief It manages HTTP Autehntication and credential.
+ * @brief It manages HTTP Authentication and credential.
  * @section CAPI_NETWORK_HTTP_AUTHENTICATION_MODULE_HEADER  Required Header
  *   \#include <http.h>
  *
  * @section CAPI_NETWORK_HTTP_AUTHENTICATION_MODULE_OVERVIEW Overview
- * It manages HTTP Autehntication and credential.
+ * It manages HTTP Authentication and credential.
  *
  * @if WEARABLE
  * @section CAPI_NETWORK_HTTP_HEADER_MODULE_FEATURE Related Features