summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2008-06-11 16:21:56 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-06-11 16:21:56 -0700
commit8de7e9c07e199bd4d856a9360f8865f0d5fde3eb (patch)
treef36b8162b662a4bc580408182ebfd6abb5990461
parentgit-cvsimport: do not fail when CVSROOT is / (diff)
parentfix typo in tutorial (diff)
downloadtgif-8de7e9c07e199bd4d856a9360f8865f0d5fde3eb.tar.xz
Merge branch 'maint'
* maint: fix typo in tutorial
-rw-r--r--Documentation/gittutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gittutorial.txt b/Documentation/gittutorial.txt
index 9563a632eb..d465aab64e 100644
--- a/Documentation/gittutorial.txt
+++ b/Documentation/gittutorial.txt
@@ -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