]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sequencer.c
Merge branch 'mr/vcs-svn-printf-ulong' into maint
[thirdparty/git.git] / sequencer.c
index 2e9c7d0f03734c20f1fb9d5c6214a7960d80b112..3804fa931d819f035ad6b3159cb8efa1745693d0 100644 (file)
@@ -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)