Skip to content

Commit d355e46

Browse files
jnavilagitster
authored andcommitted
i18n: fix small typos
Translating the new strings introduced for v2.20 showed some typos. Signed-off-by: Jean-Noël Avila <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a159801 commit d355e46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

http.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ static CURL *get_curl_handle(void)
834834
#if LIBCURL_VERSION_NUM >= 0x072c00
835835
curl_easy_setopt(result, CURLOPT_SSL_OPTIONS, CURLSSLOPT_NO_REVOKE);
836836
#else
837-
warning(_("CURLSSLOPT_NO_REVOKE not suported with cURL < 7.44.0"));
837+
warning(_("CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"));
838838
#endif
839839
}
840840

midx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ int prepare_midx_pack(struct multi_pack_index *m, uint32_t pack_int_id)
202202
struct strbuf pack_name = STRBUF_INIT;
203203

204204
if (pack_int_id >= m->num_packs)
205-
die(_("bad pack-int-id: %u (%u total packs"),
205+
die(_("bad pack-int-id: %u (%u total packs)"),
206206
pack_int_id, m->num_packs);
207207

208208
if (m->packs[pack_int_id])

0 commit comments

Comments
 (0)