]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix typo spotted on online doc.
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 15 May 2014 20:23:42 +0000 (20:23 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 15 May 2014 20:23:42 +0000 (20:23 +0000)
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
docs/manual/mod/mod_mime.xml

index 61ee8d42f0045c7baee495a7e3afeb201ed11beb..8c03df28c1ab9750febb0fe545e94ad4bd8ff47b 100644 (file)
@@ -38,7 +38,7 @@
 
     <p>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
index 992ccad321777ed8ffec6a53d58a7dccc75697bf..04632b47b91cbfc0a2ad9a4c3d005eec16675c8c 100644 (file)
@@ -34,7 +34,7 @@
 <summary>
     <p>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