summaryrefslogtreecommitdiffstats
path: root/gittutorial.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-06-13 10:04:01 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-06-13 10:04:01 +0000
commit6fb124cd538ba3d8d7c5da9bb979b3fd0e1b2925 (patch)
tree42399be6b1d4ba93c664dd7a38942975da9d06f7 /gittutorial.txt
parentdc8f25ba925d69ae6cd9477948a4681a6b9ba881 (diff)
downloadgit-htmldocs-6fb124cd538ba3d8d7c5da9bb979b3fd0e1b2925.tar.gz
Autogenerated HTML docs for v1.5.6-rc2-45-gdc92c
Diffstat (limited to 'gittutorial.txt')
-rw-r--r--gittutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gittutorial.txt b/gittutorial.txt
index 9563a632e..d465aab64 100644
--- a/gittutorial.txt
+++ b/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