aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/user-manual.txt
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-11-27 08:32:01 +0100
committerJunio C Hamano <gitster@pobox.com>2008-11-27 01:00:45 -0800
commita0178ae2cfd79a1da5d7ddfacadb1e41560bb464 (patch)
tree23be99925e0eea2a650b1ccccfaeef33176d5b3a /Documentation/user-manual.txt
parent5aa3bdd50d4e4f59c41ee6e70ae1e738a3a28cc0 (diff)
downloadgit-a0178ae2cfd79a1da5d7ddfacadb1e41560bb464.tar.gz
Fix typos in the documentation.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/user-manual.txt')
-rw-r--r--Documentation/user-manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index 08d1310bf5..39c0167e1e 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -536,7 +536,7 @@ $ git bisect skip
-------------------------------------------------
In this case, though, git may not eventually be able to tell the first
-bad one between some first skipped commits and a latter bad commit.
+bad one between some first skipped commits and a later bad commit.
There are also ways to automate the bisecting process if you have a
test script that can tell a good from a bad commit. See