diff options
author | Adam Dinwoodie <adam@dinwoodie.org> | 2017-11-08 14:20:20 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-09 04:32:25 +0100 |
commit | 3dc5433fd5c68f7e31038061b0d038560b6c0363 (patch) | |
tree | 210c46bab6652f529adde8f08cbe526d30c689ae /git-rebase--interactive.sh | |
parent | Git 2.12.5 (diff) | |
download | git-3dc5433fd5c68f7e31038061b0d038560b6c0363.tar.xz git-3dc5433fd5c68f7e31038061b0d038560b6c0363.zip |
rebase -i: fix comment typo
Signed-off-by: Adam Dinwoodie <adam@dinwoodie.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-rebase--interactive.sh')
-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 () { { |