rebase -i: fix comment typo

Signed-off-by: Adam Dinwoodie <adam@dinwoodie.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Adam Dinwoodie committed Nov 8, 2017 at 13:20 UTC 3dc5433fd5c68f7e31038061b0d038560b6c0363
1 file changed +1 -1
git-rebase--interactive.sh
+1 -1
@@ -863,7 +863,7 @@ rearrange_squash () {
863 rm -f "$1.sq" "$1.rearranged"
864 }
865
866 -# Add commands after a pick or after a squash/fixup serie
866 +# Add commands after a pick or after a squash/fixup series
867 # in the todo list.
868 add_exec_commands () {
869 {