diff options
author | Chris Pepper <pepper@apache.org> | 2003-03-23 23:53:07 +0100 |
---|---|---|
committer | Chris Pepper <pepper@apache.org> | 2003-03-23 23:53:07 +0100 |
commit | 8e0cebd9e8cd591dda6e82a4107bebe56b0f3d1f (patch) | |
tree | af73a2427f3ba7184b341a68fbeb030e96443ef0 | |
parent | Fix typos: seperately, examle, refered (not the header), compatiblity, publi... (diff) | |
download | apache2-8e0cebd9e8cd591dda6e82a4107bebe56b0f3d1f.tar.xz apache2-8e0cebd9e8cd591dda6e82a4107bebe56b0f3d1f.zip |
Typos: explicit & separated.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99046 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/install.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/install.xml b/docs/manual/install.xml index d979904e01..f31f97d028 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -511,12 +511,12 @@ <dt><code>--with-berkeley-db[=<em>path</em>]</code></dt> <dd>If no <em>path</em> is specified, Apache will search for the -include files and libraries in the usual search paths. An explict +include files and libraries in the usual search paths. An explicit <em>path</em> will cause Apache to look in <em>path</em><code>/lib</code> and <em>path</em><code>/include</code> for the relevant files. Finally, the <em>path</em> may specify specific include and library paths -seperated by a colon.</dd> +separated by a colon.</dd> </dl> </section> |