summaryrefslogtreecommitdiff
path: root/Documentation/git-help.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-03-14 02:15:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-03-14 02:15:30 (GMT)
commit63f671a4406f33bf689d854596124a40f5b9a22a (patch)
tree52bed0714c64e751d1794df904f6b09b5a53cdbc /Documentation/git-help.txt
parent5fb0b3e007d6465af99d08121d46be82c649df5a (diff)
downloadgit-63f671a4406f33bf689d854596124a40f5b9a22a.zip
git-63f671a4406f33bf689d854596124a40f5b9a22a.tar.gz
git-63f671a4406f33bf689d854596124a40f5b9a22a.tar.bz2
Documentation/git-help: typofix
Noticed by Xavier Maillard Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-help.txt')
-rw-r--r--Documentation/git-help.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-help.txt b/Documentation/git-help.txt
index 0354ac9..be2ae53 100644
--- a/Documentation/git-help.txt
+++ b/Documentation/git-help.txt
@@ -102,7 +102,7 @@ For example, this configuration:
will try to use konqueror first. But this may fail (for example if
DISPLAY is not set) and in that case emacs' woman mode will be tried.
-If everythings fails the 'man' program will be tried anyway.
+If everything fails the 'man' program will be tried anyway.
Note about git config --global
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~