aboutsummaryrefslogtreecommitdiffstats
path: root/midx.c
diff options
context:
space:
mode:
authorJean-Noël Avila <jn.avila@free.fr>2018-11-28 22:43:09 +0100
committerJunio C Hamano <gitster@pobox.com>2018-11-29 15:45:31 +0900
commitd355e46a15943554b917f3198f2c6dc78011dd4c (patch)
tree3645546321a78d14e45e13f4f1f4c1458c77ee0f /midx.c
parenta1598010f775d82b5adf12c29d0f5bc9b41434c6 (diff)
downloadgit-d355e46a15943554b917f3198f2c6dc78011dd4c.tar.gz
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 'midx.c')
-rw-r--r--midx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/midx.c b/midx.c
index 730ff84dff..2a6a24fcd7 100644
--- a/midx.c
+++ b/midx.c
@@ -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])