diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-11-27 08:32:01 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-11-27 01:00:45 -0800 |
commit | a0178ae2cfd79a1da5d7ddfacadb1e41560bb464 (patch) | |
tree | 23be99925e0eea2a650b1ccccfaeef33176d5b3a /Documentation/user-manual.txt | |
parent | 5aa3bdd50d4e4f59c41ee6e70ae1e738a3a28cc0 (diff) | |
download | git-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.txt | 2 |
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 |