diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-11-21 06:05:32 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-21 06:05:32 +0100 |
commit | 8ff22f5a88cb02a51391f7b1eb1c0e7bfc65122e (patch) | |
tree | c8709250af8980451ba2a20d3befbae69c1acc30 /git-rebase--interactive.sh | |
parent | Merge branch 'jk/info-alternates-fix' into maint (diff) | |
parent | rebase -i: fix comment typo (diff) | |
download | git-8ff22f5a88cb02a51391f7b1eb1c0e7bfc65122e.tar.xz git-8ff22f5a88cb02a51391f7b1eb1c0e7bfc65122e.zip |
Merge branch 'ad/rebase-i-serie-typofix' into maint
Typofix.
* ad/rebase-i-serie-typofix:
rebase -i: fix comment typo
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 2563dc52da..437815669f 100644 --- a/git-rebase--interactive.sh +++ b/git-rebase--interactive.sh @@ -722,7 +722,7 @@ collapse_todo_ids() { git rebase--helper --shorten-ids } -# 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 () { { |