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 | |
parent | help: warn if specified 'man.viewer' is unsupported, instead of erroring out (diff) | |
download | tgif-63f671a4406f33bf689d854596124a40f5b9a22a.tar.xz |
Documentation/git-help: typofix
Noticed by Xavier Maillard
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-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 0354ac9861..be2ae53b90 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |