]> granicus.if.org Git - apache/commitdiff
Fix typo.
authorDavid Shane Holden <dpejesh@apache.org>
Sun, 3 Nov 2002 05:28:12 +0000 (05:28 +0000)
committerDavid Shane Holden <dpejesh@apache.org>
Sun, 3 Nov 2002 05:28:12 +0000 (05:28 +0000)
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

docs/manual/dso.html.en
docs/manual/dso.xml

index aaa5948039c3c8105d0bd08fe140f95751947463..fd6df8bd296d26d2148b4ee841b1761e5e623423 100644 (file)
@@ -29,7 +29,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 <code class="module"><a href="./mod/mod_so.html">mod_so</a></code>'s <code class="directive"><a href="./mod/mod_so.html#loadmodule">LoadModule</a></code> command in your
index e109ecf8d539019b9b6787e361cf2a18b790afa1..697f9be11c7fef0e235ba03163fc31db67a87317 100644 (file)
@@ -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>