From 3dc5433fd5c68f7e31038061b0d038560b6c0363 Mon Sep 17 00:00:00 2001 From: Adam Dinwoodie Date: Wed, 8 Nov 2017 13:20:20 +0000 Subject: rebase -i: fix comment typo Signed-off-by: Adam Dinwoodie Signed-off-by: Junio C Hamano --- git-rebase--interactive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { { -- cgit v1.2.1