aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zander <zander@kde.org>2008-01-16 23:48:21 +0100
committerJunio C Hamano <gitster@pobox.com>2008-01-17 22:55:25 -0800
commit5221ecbc51526da94f2ba0862c3958100592cf0b (patch)
treef67c8887083bd1cf956434c0f050a3a0f5785366
parent5c66d0d4580196094e80c552f141525759a8e249 (diff)
downloadgit-5221ecbc51526da94f2ba0862c3958100592cf0b.tar.gz
git-5221ecbc51526da94f2ba0862c3958100592cf0b.tar.xz
core-tutorial typofix
Signed-off-by: Thomas Zander <zander@kde.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/core-tutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-tutorial.txt b/Documentation/core-tutorial.txt
index bd6cd4124..aa40dfd36 100644
--- a/Documentation/core-tutorial.txt
+++ b/Documentation/core-tutorial.txt
@@ -578,7 +578,7 @@ particular state. You can, for example, do
$ git diff my-first-tag
----------------
-to diff your current state against that tag (which at this point will
+to diff your current state against that tag which at this point will
obviously be an empty diff, but if you continue to develop and commit
stuff, you can use your tag as an "anchor-point" to see what has changed
since you tagged it.