summaryrefslogtreecommitdiffstats
path: root/Documentation/tutorial.txt
diff options
context:
space:
mode:
authorFred Maranhão <fred.maranhao@gmail.com>2008-06-12 01:09:48 +0200
committerJunio C Hamano <gitster@pobox.com>2008-06-12 01:21:45 +0200
commit2feaf4e977c5e7392ef42689b34d60c4d2f40f4f (patch)
tree6a7161232393dd980056dba5be78fdd429a595ab /Documentation/tutorial.txt
parentgit-read-tree: document -v option. (diff)
downloadgit-2feaf4e977c5e7392ef42689b34d60c4d2f40f4f.tar.xz
git-2feaf4e977c5e7392ef42689b34d60c4d2f40f4f.zip
fix typo in tutorial
Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r--Documentation/tutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt
index e2bbda53f0..a8c5efbf07 100644
--- a/Documentation/tutorial.txt
+++ b/Documentation/tutorial.txt
@@ -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