diff options
author | Jean-Noel Avila <jn.avila@free.fr> | 2016-08-21 16:50:37 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-08-24 08:41:22 -0700 |
commit | cd3e4677cffbe1609c2484d6aa328ad9208e8171 (patch) | |
tree | cac29084399273e26c8b64504448b58be0370506 | |
parent | 2632c897f74b1cc9b5533f467da459b9ec725538 (diff) | |
download | git-cd3e4677cffbe1609c2484d6aa328ad9208e8171.tar.gz git-cd3e4677cffbe1609c2484d6aa328ad9208e8171.tar.xz |
i18n: fix typos for translation
Signed-off-by: Jean-Noel Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | sequencer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sequencer.c b/sequencer.c index 2e9c7d0f0..3804fa931 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) |