[PATCH] Fix buffer overflow in ce_flush().
[gitweb.git] / Documentation / tutorial.txt
index ad48bb88b673b0c3d4a08d4a6eb89c7d6fb38120..6e100dbb60f5756db0f453193e53c28bf947d7cc 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.