Make sample pre-commit hook output Emacs friendly.
[gitweb.git] / Documentation / tutorial.txt
index 66b6e300a217d008de44c5be7e3f7e0f01179933..a2a7b7cd41d6011ea5ea434df57821a855140a3e 100644 (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