[PATCH] fix tutorial typo
authorjdl@freescale.com <jdl@freescale.com>
Fri, 9 Sep 2005 15:41:15 +0000 (10:41 -0500)
committerJunio C Hamano <junkio@cox.net>
Fri, 9 Sep 2005 16:59:03 +0000 (09:59 -0700)
Fix a minor typo in the tutorial.txt.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/tutorial.txt

index ad48bb8..6e100db 100644 (file)
@@ -742,7 +742,7 @@ git commit -m 'Some work.' hello
 ------------------------------------------------
 
 Here, we just added another line to `hello`, and we used a shorthand for
-both going a `git-update-index hello` and `git commit` by just giving the
+doing both `git-update-index hello` and `git commit` by just giving the
 filename directly to `git commit`. The `-m` flag is to give the
 commit log message from the command line.