Merge branch 'fc/http-version'
[gitweb.git] / http.c
diff --git a/http.c b/http.c
index bc3274804eab106c7c607cf55c27c8699d464ce7..b8258fc78fddbb05192f3f4cfed3eac1cd406834 100644 (file)
--- a/http.c
+++ b/http.c
@@ -873,7 +873,7 @@ static CURL *get_curl_handle(void)
 #if LIBCURL_VERSION_NUM >= 0x072c00
                curl_easy_setopt(result, CURLOPT_SSL_OPTIONS, CURLSSLOPT_NO_REVOKE);
 #else
-               warning(_("CURLSSLOPT_NO_REVOKE not suported with cURL < 7.44.0"));
+               warning(_("CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"));
 #endif
        }