Skip to content

Commit cd3e467

Browse files
jnavilagitster
authored andcommitted
i18n: fix typos for translation
Signed-off-by: Jean-Noel Avila <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2632c89 commit cd3e467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sequencer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ static struct commit *parse_insn_line(char *bol, char *eol, struct replay_opts *
702702
if (action != opts->action) {
703703
if (action == REPLAY_REVERT)
704704
error((opts->action == REPLAY_REVERT)
705-
? _("Cannot revert during a another revert.")
705+
? _("Cannot revert during another revert.")
706706
: _("Cannot revert during a cherry-pick."));
707707
else
708708
error((opts->action == REPLAY_REVERT)

0 commit comments

Comments
 (0)