diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-11-21 14:05:32 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-21 14:05:32 +0900 |
commit | 8ff22f5a88cb02a51391f7b1eb1c0e7bfc65122e (patch) | |
tree | c8709250af8980451ba2a20d3befbae69c1acc30 | |
parent | 5a80d1dd9c63dcc7d1a086797e9e8eb99cddffe0 (diff) | |
parent | 3dc5433fd5c68f7e31038061b0d038560b6c0363 (diff) | |
download | git-8ff22f5a88cb02a51391f7b1eb1c0e7bfc65122e.tar.gz git-8ff22f5a88cb02a51391f7b1eb1c0e7bfc65122e.tar.xz |
Merge branch 'ad/rebase-i-serie-typofix' into maint
Typofix.
* ad/rebase-i-serie-typofix:
rebase -i: fix comment typo
-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 2563dc52d..437815669 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 () { { |