]> granicus.if.org Git - apache/commitdiff
Fix typo.
authorYoshiki Hayashi <yoshiki@apache.org>
Fri, 31 May 2002 10:53:54 +0000 (10:53 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Fri, 31 May 2002 10:53:54 +0000 (10:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95437 13f79535-47bb-0310-9956-ffa450edef68

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

index 38d28ba2a81e3c16b11cbde8b6b2ffd1c2c7e2b7..41d965d671009e3ce32c683963a0ee5cc60e3499 100644 (file)
@@ -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
index 38d28ba2a81e3c16b11cbde8b6b2ffd1c2c7e2b7..41d965d671009e3ce32c683963a0ee5cc60e3499 100644 (file)
@@ -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