diff options
author | Jeff King <peff@peff.net> | 2016-07-22 18:30:58 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-22 21:34:51 +0200 |
commit | a91e6925f66f6c08bc6e27aa1278c1df0dfffac8 (patch) | |
tree | d362b004f8fe41a577e720230f0e1ffffbb2d0cb /contrib/git-jump | |
parent | contrib/git-jump: add whitespace-checking mode (diff) | |
download | git-a91e6925f66f6c08bc6e27aa1278c1df0dfffac8.tar.xz git-a91e6925f66f6c08bc6e27aa1278c1df0dfffac8.zip |
contrib/git-jump: fix typo in README
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/git-jump')
-rw-r--r-- | contrib/git-jump/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/git-jump/README b/contrib/git-jump/README index 3e0b65b9b3..225e3f0954 100644 --- a/contrib/git-jump/README +++ b/contrib/git-jump/README @@ -85,7 +85,7 @@ complete list of files and line numbers for each match. Limitations ----------- -This scripts was written and tested with vim. Given that the quickfix +This script was written and tested with vim. Given that the quickfix format is the same as what gcc produces, I expect emacs users have a similar feature for iterating through the list, but I know nothing about how to activate it. |