aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorGreg Louis <glouis@dynamicro.ca>2005-08-17 12:37:04 -0400
committerJunio C Hamano <junkio@cox.net>2005-08-17 12:13:12 -0700
commitcdacb6208fdb6779b21350644d61bd90e63db3d5 (patch)
tree720d539dcfa6769252b205c40f49c9a2d97e7375 /Documentation
parentfbfd60d65142848299513dfa6b477d0f5299cc15 (diff)
downloadgit-cdacb6208fdb6779b21350644d61bd90e63db3d5.tar.gz
[PATCH] use it's and its correctly in documentation
At one place in Documentation/tutorial.txt and several in the base README, its was wrongly used in place of it's or vice versa. One instance remains somewhere in Documentation/howto/, which I didn't correct because it's in a quotation. Signed-off-by: Greg Louis <glouis@dynamicro.ca> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/tutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt
index 66b6e300a2..a2a7b7cd41 100644
--- a/Documentation/tutorial.txt
+++ b/Documentation/tutorial.txt
@@ -891,7 +891,7 @@ an empty directory:
mkdir my-git.git
Then, make that directory into a GIT repository by running
-git-init-db, but this time, since it's name is not the usual
+git-init-db, but this time, since its name is not the usual
".git", we do things slightly differently:
GIT_DIR=my-git.git git-init-db