Skip to content

Commit

Permalink
Documentation/git-fsck.txt: fix typo: unreadable -> unreachable
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jim Meyering authored and Junio C Hamano committed May 16, 2011
1 parent 96dbe93 commit 43d532e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-fsck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 43d532e

Please sign in to comment.