Commit feddbe9b authored by Yoshiki Hayashi's avatar Yoshiki Hayashi
Browse files

Fix typo.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95437 13f79535-47bb-0310-9956-ffa450edef68
parent e2cf730b
Loading
Loading
Loading
Loading
+1 −1
Changes for docs/manual/dso.html: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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
+1 −1
Changes for docs/manual/dso.html.en: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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