From cdacb6208fdb6779b21350644d61bd90e63db3d5 Mon Sep 17 00:00:00 2001 From: Greg Louis Date: Wed, 17 Aug 2005 12:37:04 -0400 Subject: [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 Signed-off-by: Junio C Hamano --- Documentation/tutorial.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/tutorial.txt') 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 -- cgit v1.3