diff options
| author | Junio C Hamano <gitster@pobox.com> | 2018-11-29 16:28:39 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-11-29 16:28:39 +0900 |
| commit | 7068cbc4abac53d9c3675dfba81c1e97d25e8eeb (patch) | |
| tree | 08a20d69a3d6b1d53e873e4df3c18fb0e20845f7 /http.c | |
| parent | 9ec8af6c9e91443dd7178421ff1bc993282db94b (diff) | |
| parent | d355e46a15943554b917f3198f2c6dc78011dd4c (diff) | |
| download | git-7068cbc4abac53d9c3675dfba81c1e97d25e8eeb.tar.xz | |
Merge branch 'ja/i18n-fix'
* ja/i18n-fix:
i18n: fix small typos
Diffstat (limited to 'http.c')
| -rw-r--r-- | http.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
