[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>
This commit is contained in:
Greg Louis
2005-08-17 12:37:04 -04:00
committed by Junio C Hamano
parent fbfd60d651
commit cdacb6208f
2 changed files with 6 additions and 6 deletions

View File

@ -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