diff options
author | Adam Dinwoodie <adam@dinwoodie.org> | 2017-11-08 13:20:20 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-09 12:32:25 +0900 |
commit | 3dc5433fd5c68f7e31038061b0d038560b6c0363 (patch) | |
tree | 210c46bab6652f529adde8f08cbe526d30c689ae | |
parent | Git 2.12.5 (diff) | |
download | tgif-3dc5433fd5c68f7e31038061b0d038560b6c0363.tar.xz |
rebase -i: fix comment typo
Signed-off-by: Adam Dinwoodie <adam@dinwoodie.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | git-rebase--interactive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { { |