summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Dinwoodie <adam@dinwoodie.org>2017-11-08 13:20:20 +0000
committerJunio C Hamano <gitster@pobox.com>2017-11-09 12:32:25 +0900
commit3dc5433fd5c68f7e31038061b0d038560b6c0363 (patch)
tree210c46bab6652f529adde8f08cbe526d30c689ae
parent9752ad0bb79f680bca48db7adc45338b298304b0 (diff)
downloadgit-ad/rebase-i-serie-typofix.tar.gz
rebase -i: fix comment typoad/rebase-i-serie-typofix
Signed-off-by: Adam Dinwoodie <adam@dinwoodie.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--git-rebase--interactive.sh2
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 () {
{