You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2005/10/26 12:33:06 UTC

svn commit: r328626 - in /httpd/httpd/branches/2.0.x/docs/manual/mod: mod_dir.html.en mod_dir.xml mod_mime.html.en mod_mime.xml

Author: niq
Date: Wed Oct 26 03:32:51 2005
New Revision: 328626

URL: http://svn.apache.org/viewcvs?rev=328626&view=rev
Log:
Typo fix (from noodl@irc)

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_dir.html.en
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_dir.xml
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_mime.html.en
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_mime.xml

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_dir.html.en
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_dir.html.en?rev=328626&r1=328625&r2=328626&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_dir.html.en (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_dir.html.en Wed Oct 26 03:32:51 2005
@@ -123,7 +123,7 @@
 
     <p>Typically if a user requests a resource without a trailing slash, which
     points to a directory, <code class="module"><a href="../mod/mod_dir.html">mod_dir</a></code> redirects him to the same
-    ressource, but <em>with</em> trailing slash for some good reasons:</p>
+    resource, but <em>with</em> trailing slash for some good reasons:</p>
 
     <ul>
     <li>The user is finally requesting the canonical URL of the resource</li>
@@ -166,4 +166,4 @@
 </div><div id="footer">
 <p class="apache">Copyright 1995-2005 The Apache Software Foundation or its licensors, as applicable.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_dir.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_dir.xml?rev=328626&r1=328625&r2=328626&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_dir.xml (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_dir.xml Wed Oct 26 03:32:51 2005
@@ -114,7 +114,7 @@
 
     <p>Typically if a user requests a resource without a trailing slash, which
     points to a directory, <module>mod_dir</module> redirects him to the same
-    ressource, but <em>with</em> trailing slash for some good reasons:</p>
+    resource, but <em>with</em> trailing slash for some good reasons:</p>
 
     <ul>
     <li>The user is finally requesting the canonical URL of the resource</li>

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_mime.html.en
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_mime.html.en?rev=328626&r1=328625&r2=328626&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_mime.html.en (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_mime.html.en Wed Oct 26 03:32:51 2005
@@ -125,7 +125,7 @@
     <code>text/html</code>.</p>
 
     <p><a href="#charset-lang">Languages</a> and <a href="#contentencoding">content encodings</a> are treated accumulative, because one can assign
-    more than one language or encoding to a particular ressource. For example,
+    more than one language or encoding to a particular resource. For example,
     the file <code>welcome.html.en.de</code> will be delivered with
     <code>Content-Language: en, de</code> and <code>Content-Type:
     text/html</code>.</p>
@@ -935,4 +935,4 @@
 </div><div id="footer">
 <p class="apache">Copyright 1995-2005 The Apache Software Foundation or its licensors, as applicable.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_mime.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_mime.xml?rev=328626&r1=328625&r2=328626&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_mime.xml (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_mime.xml Wed Oct 26 03:32:51 2005
@@ -114,7 +114,7 @@
 
     <p><a href="#charset-lang">Languages</a> and <a href="#contentencoding"
     >content encodings</a> are treated accumulative, because one can assign
-    more than one language or encoding to a particular ressource. For example,
+    more than one language or encoding to a particular resource. For example,
     the file <code>welcome.html.en.de</code> will be delivered with
     <code>Content-Language: en, de</code> and <code>Content-Type:
     text/html</code>.</p>