From 1d1807272e47bbccddb0141c5f5e9d758be4cc2c Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Thu, 15 May 2014 20:23:42 +0000 Subject: [PATCH] Fix typo spotted on online doc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1595035 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_mime.html.en | 2 +- docs/manual/mod/mod_mime.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_mime.html.en b/docs/manual/mod/mod_mime.html.en index 61ee8d42f00..8c03df28c1a 100644 --- a/docs/manual/mod/mod_mime.html.en +++ b/docs/manual/mod/mod_mime.html.en @@ -38,7 +38,7 @@

This module is used to associate various bits of "meta information" with files by their filename extensions. This - information relates the filename of the document to it's + information relates the filename of the document to its mime-type, language, character set and encoding. This information is sent to the browser, and participates in content negotiation, so the user's preferences are respected when diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml index 992ccad3217..04632b47b91 100644 --- a/docs/manual/mod/mod_mime.xml +++ b/docs/manual/mod/mod_mime.xml @@ -34,7 +34,7 @@

This module is used to associate various bits of "meta information" with files by their filename extensions. This - information relates the filename of the document to it's + information relates the filename of the document to its mime-type, language, character set and encoding. This information is sent to the browser, and participates in content negotiation, so the user's preferences are respected when -- 2.47.2