summaryrefslogtreecommitdiff
path: root/sequencer.c
diff options
context:
space:
mode:
authorJean-Noel Avila <jn.avila@free.fr>2016-08-21 14:50:37 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-08-24 15:41:22 (GMT)
commitcd3e4677cffbe1609c2484d6aa328ad9208e8171 (patch)
treecac29084399273e26c8b64504448b58be0370506 /sequencer.c
parent2632c897f74b1cc9b5533f467da459b9ec725538 (diff)
downloadgit-cd3e4677cffbe1609c2484d6aa328ad9208e8171.zip
git-cd3e4677cffbe1609c2484d6aa328ad9208e8171.tar.gz
git-cd3e4677cffbe1609c2484d6aa328ad9208e8171.tar.bz2
i18n: fix typos for translation
Signed-off-by: Jean-Noel Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'sequencer.c')
-rw-r--r--sequencer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sequencer.c b/sequencer.c
index 2e9c7d0..3804fa9 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)