aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorjdl@freescale.com <jdl@freescale.com>2005-09-09 10:41:15 -0500
committerJunio C Hamano <junkio@cox.net>2005-09-09 09:59:03 -0700
commit96768e3108f76a20699b23f7a1218949144b2394 (patch)
tree110561efc24dabbe897ca274c8011fcfed492f40 /Documentation
parentc87d41ebf7b9312138a7095bcfcb0cf2528ec072 (diff)
downloadgit-96768e3108f76a20699b23f7a1218949144b2394.tar.gz
[PATCH] fix tutorial typo
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/tutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt
index ad48bb88b6..6e100dbb60 100644
--- a/Documentation/tutorial.txt
+++ b/Documentation/tutorial.txt
@@ -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.