summaryrefslogtreecommitdiff
path: root/docs/manual/dso.html
diff options
context:
space:
mode:
authorYoshiki Hayashi <yoshiki@apache.org>2002-05-31 10:53:54 +0000
committerYoshiki Hayashi <yoshiki@apache.org>2002-05-31 10:53:54 +0000
commit43dbdd49c8a3c296a1f944a51564839869b1d30e (patch)
tree33a9999e3becece05713a21d172ad367ab5e29ba /docs/manual/dso.html
parent08bf741328670cc678515e4eb734298d23e611e7 (diff)
downloadhttpd-43dbdd49c8a3c296a1f944a51564839869b1d30e.tar.gz
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95437 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/dso.html')
-rw-r--r--docs/manual/dso.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/dso.html b/docs/manual/dso.html
index 38d28ba2a8..41d965d671 100644
--- a/docs/manual/dso.html
+++ b/docs/manual/dso.html
@@ -63,7 +63,7 @@
href="mod/mod_so.html"><code>mod_so.c</code></a> which must be
statically compiled into the Apache core. It is the only module
besides <code>core.c</code> which cannot be put into a DSO
- itself. Practically all other distributed Apache modules then
+ itself. Practically all other distributed Apache modules
can then be placed into a DSO by individually enabling the DSO
build for them via <code>configure</code>'s
<code>--enable-<i>module</i>=shared</code> option as disucussed