Skip to content

Commit 43d532e

Browse files
meyeringgitster
authored andcommitted
Documentation/git-fsck.txt: fix typo: unreadable -> unreachable
Signed-off-by: Jim Meyering <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 96dbe93 commit 43d532e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-fsck.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ index file, all SHA1 references in .git/refs/*, and all reflogs (unless
2626
--no-reflogs is given) as heads.
2727

2828
--unreachable::
29-
Print out objects that exist but that aren't readable from any
29+
Print out objects that exist but that aren't reachable from any
3030
of the reference nodes.
3131

3232
--root::
@@ -76,7 +76,7 @@ It tests SHA1 and general object sanity, and it does full tracking of
7676
the resulting reachability and everything else. It prints out any
7777
corruption it finds (missing or bad objects), and if you use the
7878
'--unreachable' flag it will also print out objects that exist but
79-
that aren't readable from any of the specified head nodes.
79+
that aren't reachable from any of the specified head nodes.
8080

8181
So for example
8282

0 commit comments

Comments
 (0)