Skip to content

Commit 7068cbc

Browse files
committed
Merge branch 'ja/i18n-fix'
* ja/i18n-fix: i18n: fix small typos
2 parents 9ec8af6 + d355e46 commit 7068cbc

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)