From: chleun.moon Date: Tue, 28 Aug 2018 04:21:50 +0000 (+0900) Subject: Fix typo X-Git-Tag: submit/tizen/20180828.043551^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F08%2F187708%2F1;p=platform%2Fcore%2Fapi%2Fhttp.git Fix typo Change-Id: I8dcd65d996aaa561edeacabc44316e5ac82ff694 Signed-off-by: Cheoleun Moon --- diff --git a/include/http.h b/include/http.h index 660a16f..b2178d1 100644 --- a/include/http.h +++ b/include/http.h @@ -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,