summaryrefslogtreecommitdiff
path: root/http.c
diff options
context:
space:
mode:
authorJean-Noël Avila <jn.avila@free.fr>2018-11-28 21:43:09 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-11-29 06:45:31 (GMT)
commitd355e46a15943554b917f3198f2c6dc78011dd4c (patch)
tree3645546321a78d14e45e13f4f1f4c1458c77ee0f /http.c
parenta1598010f775d82b5adf12c29d0f5bc9b41434c6 (diff)
downloadgit-d355e46a15943554b917f3198f2c6dc78011dd4c.zip
git-d355e46a15943554b917f3198f2c6dc78011dd4c.tar.gz
git-d355e46a15943554b917f3198f2c6dc78011dd4c.tar.bz2
i18n: fix small typos
Translating the new strings introduced for v2.20 showed some typos. Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'http.c')
-rw-r--r--http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/http.c b/http.c
index 3dc8c56..eacc2a7 100644
--- a/http.c
+++ b/http.c
@@ -834,7 +834,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
}