From 6655f06789bfaefdfa26388584be26934d518ed3 Mon Sep 17 00:00:00 2001 From: "chleun.moon" Date: Tue, 28 Aug 2018 13:21:50 +0900 Subject: [PATCH] Fix typo Change-Id: I8dcd65d996aaa561edeacabc44316e5ac82ff694 Signed-off-by: Cheoleun Moon --- include/http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.34.1