From: Christophe Jaillet Date: Thu, 15 May 2014 20:23:42 +0000 (+0000) Subject: Fix typo spotted on online doc. X-Git-Tag: 2.2.28~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d1807272e47bbccddb0141c5f5e9d758be4cc2c;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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