contrib/git-jump: fix typo in README
authorJeff King <peff@peff.net>
Fri, 22 Jul 2016 16:30:58 +0000 (12:30 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Jul 2016 19:34:51 +0000 (12:34 -0700)
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/git-jump/README

index 3e0b65b..225e3f0 100644 (file)
@@ -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.