summaryrefslogtreecommitdiffstats
path: root/gitweb.txt
diff options
context:
space:
mode:
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 7cee9d368..af6bf3c45 100644
--- a/gitweb.txt
+++ b/gitweb.txt
@@ -503,7 +503,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 clonable Git URL and as browseable gitweb interface. If you then
+both as clonable Git URL and as browsable 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.