diff options
author | Alex Henrie <alexhenrie24@gmail.com> | 2016-09-07 22:34:17 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-09-08 12:17:03 -0700 |
commit | 7c406bd8a7511c6e16f4dbe2ab5d7e57db7a8f72 (patch) | |
tree | a753a3283d8607292cb13b1e8058b3857ef25036 /git-rebase--interactive.sh | |
parent | 88c782942cdd756cf0a0a720dd6f91e785ff57f2 (diff) | |
download | git-7c406bd8a7511c6e16f4dbe2ab5d7e57db7a8f72.tar.gz |
git-rebase--interactive: fix English grammar
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
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 7e558b068c..6fd6d4e5f6 100644 --- a/git-rebase--interactive.sh +++ b/git-rebase--interactive.sh @@ -1082,7 +1082,7 @@ If they are meant to go into a new commit, run: git commit \$gpg_sign_opt_quoted -In both case, once you're done, continue with: +In both cases, once you're done, continue with: git rebase --continue ")" |