contrib/git-jump: fix typo in README

Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Jeff King committed Jul 22, 2016 at 12:30 UTC a91e6925f66f6c08bc6e27aa1278c1df0dfffac8
1 file changed +1 -1
contrib/git-jump/README
+1 -1
@@ -85,7 +85,7 @@ complete list of files and line numbers for each match.
85 Limitations
86 -----------
87
88 -This scripts was written and tested with vim. Given that the quickfix
88 +This script was written and tested with vim. Given that the quickfix
89 format is the same as what gcc produces, I expect emacs users have a
90 similar feature for iterating through the list, but I know nothing about
91 how to activate it.