From cd3e4677cffbe1609c2484d6aa328ad9208e8171 Mon Sep 17 00:00:00 2001 From: Jean-Noel Avila Date: Sun, 21 Aug 2016 16:50:37 +0200 Subject: [PATCH] i18n: fix typos for translation Signed-off-by: Jean-Noel Avila Signed-off-by: Junio C Hamano --- sequencer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sequencer.c b/sequencer.c index 2e9c7d0f03..3804fa931d 100644 --- a/sequencer.c +++ b/sequencer.c @@ -702,7 +702,7 @@ static struct commit *parse_insn_line(char *bol, char *eol, struct replay_opts * if (action != opts->action) { if (action == REPLAY_REVERT) error((opts->action == REPLAY_REVERT) - ? _("Cannot revert during a another revert.") + ? _("Cannot revert during another revert.") : _("Cannot revert during a cherry-pick.")); else error((opts->action == REPLAY_REVERT) -- 2.11.4.GIT