summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-03-05 19:32:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-03-05 19:32:19 (GMT)
commita8747a1098324c418d2d1de2b563f8e3155dc32f (patch)
treecd5f95d4bbae3b32ef1b1a86530fe40278000b62
parent4a92a1721483d6a109cf0993843b20159f8d3387 (diff)
downloadgit-a8747a1098324c418d2d1de2b563f8e3155dc32f.zip
git-a8747a1098324c418d2d1de2b563f8e3155dc32f.tar.gz
git-a8747a1098324c418d2d1de2b563f8e3155dc32f.tar.bz2
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>
-rw-r--r--Documentation/git-fsck.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-fsck.txt b/Documentation/git-fsck.txt
index 47e2f19..bbb25da 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.