Skip to content
Snippets Groups Projects
Commit d355e46a authored by Jean-Noël Avila's avatar Jean-Noël Avila Committed by Junio C Hamano
Browse files

i18n: fix small typos


Translating the new strings introduced for v2.20 showed some typos.

Signed-off-by: default avatarJean-Noël Avila <jn.avila@free.fr>
Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
parent a1598010
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
}
 
Loading
Loading
Loading
Loading
@@ -202,7 +202,7 @@ int prepare_midx_pack(struct multi_pack_index *m, uint32_t pack_int_id)
struct strbuf pack_name = STRBUF_INIT;
 
if (pack_int_id >= m->num_packs)
die(_("bad pack-int-id: %u (%u total packs"),
die(_("bad pack-int-id: %u (%u total packs)"),
pack_int_id, m->num_packs);
 
if (m->packs[pack_int_id])
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment