summaryrefslogtreecommitdiff
path: root/Documentation/git-fsck.txt
diff options
context:
space:
mode:
authorLibravatar Jim Meyering <jim@meyering.net>2011-05-16 20:23:35 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2011-05-16 16:35:08 -0700
commit43d532e6ba3450a84cad007062b8ac429d7a8ac3 (patch)
treef8085a9bbf9dd9f69ca200b1452b27c7d5ab39f2 /Documentation/git-fsck.txt
parentUpdate draft release notes to 1.7.5.2 (diff)
downloadtgif-43d532e6ba3450a84cad007062b8ac429d7a8ac3.tar.xz
Documentation/git-fsck.txt: fix typo: unreadable -> unreachable
Signed-off-by: Jim Meyering <meyering@redhat.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-fsck.txt')
-rw-r--r--Documentation/git-fsck.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-fsck.txt b/Documentation/git-fsck.txt
index c9ede794b0..a2a508dc28 100644
--- a/Documentation/git-fsck.txt
+++ b/Documentation/git-fsck.txt
@@ -26,7 +26,7 @@ index file, all SHA1 references in .git/refs/*, and all reflogs (unless
--no-reflogs is given) as heads.
--unreachable::
- Print out objects that exist but that aren't readable from any
+ Print out objects that exist but that aren't reachable from any
of the reference nodes.
--root::
@@ -76,7 +76,7 @@ It tests SHA1 and general object sanity, and it does full tracking of
the resulting reachability and everything else. It prints out any
corruption it finds (missing or bad objects), and if you use the
'--unreachable' flag it will also print out objects that exist but
-that aren't readable from any of the specified head nodes.
+that aren't reachable from any of the specified head nodes.
So for example