From: Rich Bowen Date: Fri, 7 Sep 2001 01:53:02 +0000 (+0000) Subject: Typos X-Git-Tag: 2.0.26~300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=391140c530f612403cdf805c34b77b4e2c42ee4a;p=apache Typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90943 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_mime.html b/docs/manual/mod/mod_mime.html index 8a776232c1..ba23b6d4c6 100644 --- a/docs/manual/mod/mod_mime.html +++ b/docs/manual/mod/mod_mime.html @@ -44,7 +44,7 @@ This information is sent to the browser, and participates in content negotiation, so the user's preferences are respected when choosing one of several possible files to serve. See mod_negotiation for more information about -content negotation. +content negotiation.

@@ -447,7 +447,7 @@ filters defined elsewhere, including the This mapping is merged over any already in force, overriding any mappings that already exist for the same extension.

-

If more than one filter is specified, they must be seperated by +

If more than one filter is specified, they must be separated by semicolons in the order in which they should process the content. Both the filter and extension arguments are case-insensitive, and the extension may be specified with or without a leading dot.

@@ -567,7 +567,7 @@ for server-side includes.

  AddOutputFilter INCLUDES shtml
-

If more than one filter is specified, they must be seperated by +

If more than one filter is specified, they must be separated by semicolons in the order in which they should process the content. Both the filter and extension arguments are case-insensitive, and the extension may be specified with or without a leading dot.