From: Joshua Wells Date: Tue, 14 Oct 2014 16:51:29 +0000 (-0700) Subject: Change 'it' to 'is' (spelling error) X-Git-Tag: v1.0.2~2 X-Git-Url: https://jxself.org/git/?p=digits.git;a=commitdiff_plain;h=62aa98baf0190c4e14ff406cc616924016d0bae0 Change 'it' to 'is' (spelling error) --- diff --git a/digits.pl b/digits.pl index 5a3f0fa..73cba9a 100755 --- a/digits.pl +++ b/digits.pl @@ -226,7 +226,7 @@ print "Homepage: http://jxself.org/digits.shtml\n\n"; print "Copyright (C) 2013 Jason Self \n\n"; print "Licensed under the GNU AGPL v3 or any later version.\n\n"; -print "I will think of a number. The object of the game it to guess the number\n"; +print "I will think of a number. The object of the game is to guess the number\n"; print "in as few tries as possible. Each time you guess I will provide a hint:\n\n"; print "For each digit in the correct position I will print an X\n";