summaryrefslogtreecommitdiff
path: root/docs/manual/dso.xml
diff options
context:
space:
mode:
authorDavid Shane Holden <dpejesh@apache.org>2002-11-03 05:28:12 +0000
committerDavid Shane Holden <dpejesh@apache.org>2002-11-03 05:28:12 +0000
commit351917d617a2389b74c6660d3f1e7ef1c01c573e (patch)
tree75fb39fd70750869747cb2d76c0e82c68725e6c1 /docs/manual/dso.xml
parenta9b4bbe6fef233cf4236f4eff9cda08ceb5debb9 (diff)
downloadhttpd-351917d617a2389b74c6660d3f1e7ef1c01c573e.tar.gz
Fix typo.
Submitted by: Luiz Rocha <lsdr@lsdr.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97382 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/dso.xml')
-rw-r--r--docs/manual/dso.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/dso.xml b/docs/manual/dso.xml
index e109ecf8d5..697f9be11c 100644
--- a/docs/manual/dso.xml
+++ b/docs/manual/dso.xml
@@ -42,7 +42,7 @@
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-<em>module</em>=shared</code> option as disucussed
+ <code>--enable-<em>module</em>=shared</code> option as discussed
in the <a href="install.html">install documentation</a>. After a
module is compiled into a DSO named <code>mod_foo.so</code> you
can use <module>mod_so</module>'s <directive
@@ -291,4 +291,4 @@ $ apxs -i -a -n foo mod_foo.la
</section>
-</manualpage> \ No newline at end of file
+</manualpage>