Fix typo 08/187708/1 accepted/tizen/unified/20180829.142531 submit/tizen/20180828.043551
authorchleun.moon <chleun.moon@samsung.com>
Tue, 28 Aug 2018 04:21:50 +0000 (13:21 +0900)
committerchleun.moon <chleun.moon@samsung.com>
Tue, 28 Aug 2018 04:21:59 +0000 (13:21 +0900)
Change-Id: I8dcd65d996aaa561edeacabc44316e5ac82ff694
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
include/http.h

index 660a16f..b2178d1 100644 (file)
@@ -755,7 +755,7 @@ int http_transaction_get_server_certificate_verification(http_transaction_h http
  * @brief Sets the flag to allow TCP Fast Open.
  * @since_tizen 5.0
  * @remarks TCP Fast Open depends on kernel version.\n
- *          #HTTP_ERROR_NOT_SUPPORTED error will be returne for kernel version less than 3.13.
+ *          #HTTP_ERROR_NOT_SUPPORTED error will be returned for kernel version less than 3.13.
  * @param[in] http_transaction The HTTP transaction handle
  * @param[in] enable The flag to enable TCP Fast Open
  * @return @c 0 on success,