summaryrefslogtreecommitdiff
path: root/Documentation/user-manual.txt
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2012-06-19 17:56:09 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-06-19 18:35:19 (GMT)
commitb4ab1980da71344e5ebb65242f52d68b1a03c42d (patch)
treed3de4a5a2d7bc54014bd100f65f135c2fb9062b2 /Documentation/user-manual.txt
parent0ce2e396ee9fb0fa07e8381b338e49859dbf03db (diff)
downloadgit-b4ab1980da71344e5ebb65242f52d68b1a03c42d.zip
git-b4ab1980da71344e5ebb65242f52d68b1a03c42d.tar.gz
git-b4ab1980da71344e5ebb65242f52d68b1a03c42d.tar.bz2
Documentation: spelling fixes
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/user-manual.txt')
-rw-r--r--Documentation/user-manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index 1b94207..02ed566 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -1600,7 +1600,7 @@ dangling tree b24c2473f1fd3d91352a624795be026d64c8841f
You will see informational messages on dangling objects. They are objects
that still exist in the repository but are no longer referenced by any of
your branches, and can (and will) be removed after a while with "gc".
-You can run `git fsck --no-dangling` to supress these messages, and still
+You can run `git fsck --no-dangling` to suppress these messages, and still
view real errors.
[[recovering-lost-changes]]