fix typo in tutorial
authorFred Maranhão <fred.maranhao@gmail.com>
Wed, 11 Jun 2008 23:09:48 +0000 (19:09 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Jun 2008 23:21:45 +0000 (16:21 -0700)
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/tutorial.txt

index e2bbda53f0f9dc35dd29d8b193b35e5971d4ff3a..a8c5efbf07ba40ccbbda151cfd8bd5a076b757e9 100644 (file)
@@ -103,7 +103,7 @@ newly modified content to the index.  Finally, commit your changes with:
 $ git commit
 ------------------------------------------------
 
-This will again prompt your for a message describing the change, and then
+This will again prompt you for a message describing the change, and then
 record a new version of the project.
 
 Alternatively, instead of running `git add` beforehand, you can use