From: Jean-Noel Avila Date: Sun, 21 Aug 2016 14:50:37 +0000 (+0200) Subject: i18n: fix typos for translation X-Git-Tag: v2.10.0-rc2~3^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cd3e4677cffbe1609c2484d6aa328ad9208e8171?ds=inline i18n: fix typos for translation Signed-off-by: Jean-Noel Avila Signed-off-by: Junio C Hamano --- 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)