Hi Alex, On Wed, 7 Sep 2016, Alex Henrie wrote: > diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh > index 7e558b0..6fd6d4e 100644 > --- a/git-rebase--interactive.sh > +++ b/git-rebase--interactive.sh > @@ -1082,7 +1082,7 @@ If they are meant to go into a new commit, run: > > git commit \$gpg_sign_opt_quoted > > -In both case, once you're done, continue with: > +In both cases, once you're done, continue with: Good catch! I ported this into my `prepare-sequencer` patch series. Ciao, Johannes