From: Junio C Hamano Date: Thu, 29 Nov 2018 07:28:39 +0000 (+0900) Subject: Merge branch 'ja/i18n-fix' X-Git-Tag: v2.20.0-rc2~13 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/v2.20.0-rc1-10-g7068cbc4ab?hp=d355e46a15943554b917f3198f2c6dc78011dd4c Merge branch 'ja/i18n-fix' * ja/i18n-fix: i18n: fix small typos --- diff --git a/transport-helper.c b/transport-helper.c index 7213fa0d32..bf225c698f 100644 --- a/transport-helper.c +++ b/transport-helper.c @@ -573,7 +573,7 @@ static int run_connect(struct transport *transport, struct strbuf *cmdbuf) fprintf(stderr, "Debug: Falling back to dumb " "transport.\n"); } else { - die(_(_("unknown response to connect: %s")), + die(_("unknown response to connect: %s"), cmdbuf->buf); }