summaryrefslogtreecommitdiff
path: root/Documentation/gittutorial.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-06-11 23:21:56 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-06-11 23:21:56 (GMT)
commit8de7e9c07e199bd4d856a9360f8865f0d5fde3eb (patch)
treef36b8162b662a4bc580408182ebfd6abb5990461 /Documentation/gittutorial.txt
parent8c372fb01dcd9da5e0e538943cc173941c03ef2d (diff)
parent2feaf4e977c5e7392ef42689b34d60c4d2f40f4f (diff)
downloadgit-8de7e9c07e199bd4d856a9360f8865f0d5fde3eb.zip
git-8de7e9c07e199bd4d856a9360f8865f0d5fde3eb.tar.gz
git-8de7e9c07e199bd4d856a9360f8865f0d5fde3eb.tar.bz2
Merge branch 'maint'
* maint: fix typo in tutorial
Diffstat (limited to 'Documentation/gittutorial.txt')
-rw-r--r--Documentation/gittutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gittutorial.txt b/Documentation/gittutorial.txt
index 9563a63..d465aab 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