From feddbe9bee22b15df644ca2e601b7ef10bd6ce51 Mon Sep 17 00:00:00 2001 From: Yoshiki Hayashi Date: Fri, 31 May 2002 10:53:54 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95437 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/dso.html | 2 +- docs/manual/dso.html.en | 2 +- 2 files changed, 2 insertions(+), 2 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">mod_so.c which must be statically compiled into the Apache core. It is the only module besides core.c 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 configure's --enable-module=shared option as disucussed diff --git a/docs/manual/dso.html.en b/docs/manual/dso.html.en index 38d28ba2a8..41d965d671 100644 --- a/docs/manual/dso.html.en +++ b/docs/manual/dso.html.en @@ -63,7 +63,7 @@ href="mod/mod_so.html">mod_so.c which must be statically compiled into the Apache core. It is the only module besides core.c 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 configure's --enable-module=shared option as disucussed -- 2.50.1