diff options
author | Jeff King <peff@peff.net> | 2016-07-22 12:30:58 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-22 12:34:51 -0700 |
commit | a91e6925f66f6c08bc6e27aa1278c1df0dfffac8 (patch) | |
tree | d362b004f8fe41a577e720230f0e1ffffbb2d0cb /contrib | |
parent | contrib/git-jump: add whitespace-checking mode (diff) | |
download | tgif-a91e6925f66f6c08bc6e27aa1278c1df0dfffac8.tar.xz |
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')
-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. |