Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Dinwoodie <adam@dinwoodie.org>2017-11-08 16:20:20 +0300
committerJunio C Hamano <gitster@pobox.com>2017-11-09 06:32:25 +0300
commit3dc5433fd5c68f7e31038061b0d038560b6c0363 (patch)
tree210c46bab6652f529adde8f08cbe526d30c689ae /git-rebase--interactive.sh
parent9752ad0bb79f680bca48db7adc45338b298304b0 (diff)
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.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 () {
{