summaryrefslogtreecommitdiffstats
path: root/git-fsck.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-05-17 06:43:34 +0000
committerJunio C Hamano <junio@kernel.org>2011-05-17 06:43:34 +0000
commit3d050d664ae8d18bd81b2a9283134954e98024a5 (patch)
tree162295d648f1c3f73bda2548922ab7c21e5ad634 /git-fsck.txt
parent5397bf085b22da968a5595e44db425de58f163ef (diff)
downloadgit-htmldocs-3d050d664ae8d18bd81b2a9283134954e98024a5.tar.gz
Autogenerated HTML docs for v1.7.5.1-339-gb602ed
Diffstat (limited to 'git-fsck.txt')
-rw-r--r--git-fsck.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-fsck.txt b/git-fsck.txt
index c9ede794b..a2a508dc2 100644
--- a/git-fsck.txt
+++ b/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