aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/user-manual.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-11-27 01:17:09 -0800
committerJunio C Hamano <gitster@pobox.com>2008-11-27 01:17:09 -0800
commitc0a4ae5caf220f97371e8b2c124d50fdd7663cf1 (patch)
tree98160a997763d3e295b3ecbc44de4895ec2d81a3 /Documentation/user-manual.txt
parentaa14a0c3f191ee4df7344eed119be5b4a527a0ff (diff)
parenta0178ae2cfd79a1da5d7ddfacadb1e41560bb464 (diff)
downloadgit-c0a4ae5caf220f97371e8b2c124d50fdd7663cf1.tar.gz
Merge branch 'rw/maint-typofix' into rw/typofix
* rw/maint-typofix: Fix typos in the documentation.
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 c0d8caf46d..da9c6b2999 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -546,7 +546,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