i18n: fix typos for translation
Signed-off-by: Jean-Noel Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Jean-Noel Avila committed
Aug 21, 2016 at 16:50 UTC
cd3e4677cffbe1609c2484d6aa328ad9208e8171
1 file changed
+1
-1
sequencer.c
+1
-1
@@ -702,7 +702,7 @@ static struct commit *parse_insn_line(char *bol, char *eol, struct replay_opts *
702
if (action != opts->action) {
703
if (action == REPLAY_REVERT)
704
error((opts->action == REPLAY_REVERT)
705
- ? _("Cannot revert during a another revert.")
705
+ ? _("Cannot revert during another revert.")
706
: _("Cannot revert during a cherry-pick."));
707
else
708
error((opts->action == REPLAY_REVERT)