summaryrefslogtreecommitdiffstats
path: root/gitweb.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-07-24 20:24:57 -0700
committerJunio C Hamano <gitster@pobox.com>2013-07-24 20:24:57 -0700
commitd7fccbf9c67ab9111bc853a5fc90aa87d2d3f9c0 (patch)
treec35d99c84c5b6f4e4c14928f9465522b255bfa8c /gitweb.txt
parent58f587aef6ee6b6b759fe8f4dd500f471eee1b88 (diff)
downloadgit-htmldocs-d7fccbf9c67ab9111bc853a5fc90aa87d2d3f9c0.tar.gz
Autogenerated HTML docs for v1.8.4-rc0
Diffstat (limited to 'gitweb.txt')
-rw-r--r--gitweb.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitweb.txt b/gitweb.txt
index 40969f109..cca14b8cc 100644
--- a/gitweb.txt
+++ b/gitweb.txt
@@ -504,7 +504,7 @@ repositories, you can configure Apache like this:
The above configuration expects your public repositories to live under
'/pub/git' and will serve them as `http://git.domain.org/dir-under-pub-git`,
-both as cloneable Git URL and as browseable gitweb interface. If you then
+both as clonable Git URL and as browseable gitweb interface. If you then
start your linkgit:git-daemon[1] with `--base-path=/pub/git --export-all`
then you can even use the `git://` URL with exactly the same path.