]> rtime.felk.cvut.cz Git - git.git/commitdiff
Merge branch 'maint'
authorJunio C Hamano <gitster@pobox.com>
Wed, 11 Jun 2008 23:21:56 +0000 (16:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Jun 2008 23:21:56 +0000 (16:21 -0700)
* maint:
  fix typo in tutorial

Documentation/gittutorial.txt

index 9563a632eb5fef5fe62a5b5bd152cd06ad874a1f..d465aab64e367f1564793b74522d571433d5b53f 100644 (file)
@@ -114,7 +114,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