aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-web--browse.txt
diff options
context:
space:
mode:
authorTeemu Likonen <tlikonen@iki.fi>2008-05-15 20:52:22 +0300
committerJunio C Hamano <gitster@pobox.com>2008-05-16 12:39:35 -0700
commited020917147ca733477a0186f3bb1791ec6e5b5c (patch)
tree503efc34abc2d0e26488cd848b50a70c0168f880 /Documentation/git-web--browse.txt
parenta5099bb4178591d9a16d704c74dba34b92f35861 (diff)
downloadgit-ed020917147ca733477a0186f3bb1791ec6e5b5c.tar.gz
Documentation/git-web--browse.txt: fix small typo
Change "brower.konqueror.path" to "browser.konqueror.path" in documentation. Signed-off-by: Teemu Likonen <tlikonen@iki.fi> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-web--browse.txt')
-rw-r--r--Documentation/git-web--browse.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-web--browse.txt b/Documentation/git-web--browse.txt
index 92ef574565..5ba0b9f1c9 100644
--- a/Documentation/git-web--browse.txt
+++ b/Documentation/git-web--browse.txt
@@ -78,7 +78,7 @@ When 'konqueror' is specified by the a command line option or a
configuration variable, we launch 'kfmclient' to try to open the HTML
man page on an already opened konqueror in a new tab if possible.
-For consistency, we also try such a trick if 'brower.konqueror.path' is
+For consistency, we also try such a trick if 'browser.konqueror.path' is
set to something like 'A_PATH_TO/konqueror'. That means we will try to
launch 'A_PATH_TO/kfmclient' instead.