From 391140c530f612403cdf805c34b77b4e2c42ee4a Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 7 Sep 2001 01:53:02 +0000 Subject: [PATCH] Typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90943 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_mime.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.

-- 2.40.0