From: David Shane Holden Date: Sun, 3 Nov 2002 05:28:12 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 2.0.44~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=351917d617a2389b74c6660d3f1e7ef1c01c573e;p=thirdparty%2Fapache%2Fhttpd.git Fix typo. Submitted by: Luiz Rocha git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97382 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/dso.html.en b/docs/manual/dso.html.en index aaa5948039c..fd6df8bd296 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 e109ecf8d53..697f9be11c7 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 +