diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-03-05 11:32:08 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-03-05 11:32:19 -0800 |
commit | a8747a1098324c418d2d1de2b563f8e3155dc32f (patch) | |
tree | cd5f95d4bbae3b32ef1b1a86530fe40278000b62 /Documentation | |
parent | Update draft release notes to 1.7.10 (diff) | |
download | tgif-a8747a1098324c418d2d1de2b563f8e3155dc32f.tar.xz |
fsck doc: a minor typofix
Reword the misspelled "squelch" noticed by Hermann Gaustere to say
"omit", which would sit better anyway.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-fsck.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-fsck.txt b/Documentation/git-fsck.txt index 47e2f19218..bbb25da2dd 100644 --- a/Documentation/git-fsck.txt +++ b/Documentation/git-fsck.txt @@ -33,7 +33,7 @@ index file, all SHA1 references in .git/refs/*, and all reflogs (unless --dangling:: --no-dangling:: Print objects that exist but that are never 'directly' used (default). - `--no-dangling` can be used to squech this information from the output. + `--no-dangling` can be used to omit this information from the output. --root:: Report root nodes. |