diff options
author | Greg Louis <glouis@dynamicro.ca> | 2005-08-17 12:37:04 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-17 12:13:12 -0700 |
commit | cdacb6208fdb6779b21350644d61bd90e63db3d5 (patch) | |
tree | 720d539dcfa6769252b205c40f49c9a2d97e7375 /Documentation/tutorial.txt | |
parent | fbfd60d65142848299513dfa6b477d0f5299cc15 (diff) | |
download | git-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/tutorial.txt')
-rw-r--r-- | Documentation/tutorial.txt | 2 |
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 |