From: Adam Dinwoodie Date: Wed, 8 Nov 2017 13:20:20 +0000 (+0000) Subject: rebase -i: fix comment typo X-Git-Tag: v2.15.1~13^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3dc5433fd5c68f7e31038061b0d038560b6c0363?hp=--cc rebase -i: fix comment typo Signed-off-by: Adam Dinwoodie Signed-off-by: Junio C Hamano --- 3dc5433fd5c68f7e31038061b0d038560b6c0363 diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh index 4734094a3f..6b3f3bbfff 100644 --- a/git-rebase--interactive.sh +++ b/git-rebase--interactive.sh @@ -863,7 +863,7 @@ rearrange_squash () { rm -f "$1.sq" "$1.rearranged" } -# Add commands after a pick or after a squash/fixup serie +# Add commands after a pick or after a squash/fixup series # in the todo list. add_exec_commands () { {