From 022ce3f79e3168890264b3a2c25858b53b40571f Mon Sep 17 00:00:00 2001 From: David Shane Holden Date: Sun, 3 Nov 2002 05:28:12 +0000 Subject: [PATCH] Fix typo. Submitted by: Luiz Rocha git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97382 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/dso.html.en | 2 +- docs/manual/dso.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/dso.html.en b/docs/manual/dso.html.en index aaa5948039..fd6df8bd29 100644 --- a/docs/manual/dso.html.en +++ b/docs/manual/dso.html.en @@ -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 configure's - --enable-module=shared option as disucussed + --enable-module=shared option as discussed in the install documentation. After a module is compiled into a DSO named mod_foo.so you can use mod_so's LoadModule command in your 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 configure's - --enable-module=shared option as disucussed + --enable-module=shared option as discussed in the install documentation. After a module is compiled into a DSO named mod_foo.so you can use mod_so's - \ No newline at end of file + -- 2.50.1