diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-03-13 19:15:30 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-13 19:15:30 -0700 |
commit | 63f671a4406f33bf689d854596124a40f5b9a22a (patch) | |
tree | 52bed0714c64e751d1794df904f6b09b5a53cdbc /Documentation/git-help.txt | |
parent | 5fb0b3e007d6465af99d08121d46be82c649df5a (diff) | |
download | git-63f671a4406f33bf689d854596124a40f5b9a22a.tar.gz git-63f671a4406f33bf689d854596124a40f5b9a22a.tar.xz |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-help.txt b/Documentation/git-help.txt index 0354ac986..be2ae53b9 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |