summaryrefslogtreecommitdiff
path: root/Documentation/user-manual.txt
diff options
context:
space:
mode:
authorLibravatar Miklos Vajna <vmiklos@frugalware.org>2012-06-19 19:56:09 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2012-06-19 11:35:19 -0700
commitb4ab1980da71344e5ebb65242f52d68b1a03c42d (patch)
treed3de4a5a2d7bc54014bd100f65f135c2fb9062b2 /Documentation/user-manual.txt
parentGit 1.7.11 (diff)
downloadtgif-b4ab1980da71344e5ebb65242f52d68b1a03c42d.tar.xz
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 1b942074b6..02ed5668e1 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]]