Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/git-web--browse.txt: fix small typo
author
Teemu Likonen
<tlikonen@iki.fi>
Thu, 15 May 2008 17:52:22 +0000
(20:52 +0300)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 16 May 2008 19:39:35 +0000
(12:39 -0700)
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>
Documentation/git-web--browse.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
a5099bb
)
diff --git
a/Documentation/git-web--browse.txt
b/Documentation/git-web--browse.txt
index 92ef57456581d98f066cabd2e6be84e73b7ae063..5ba0b9f1c9214b33948354f6b85c2b343674cbe5 100644
(file)
--- 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 'brow
s
er.konqueror.path' is
set to something like 'A_PATH_TO/konqueror'. That means we will try to
launch 'A_PATH_TO/kfmclient' instead.