You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2010/03/14 18:36:27 UTC

svn commit: r922907 - in /httpd/httpd/trunk/docs/manual: custom-error.xml urlmapping.xml

Author: lgentis
Date: Sun Mar 14 17:36:27 2010
New Revision: 922907

URL: http://svn.apache.org/viewvc?rev=922907&view=rev
Log:
Some typos.

Modified:
    httpd/httpd/trunk/docs/manual/custom-error.xml
    httpd/httpd/trunk/docs/manual/urlmapping.xml

Modified: httpd/httpd/trunk/docs/manual/custom-error.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/custom-error.xml?rev=922907&r1=922906&r2=922907&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/custom-error.xml (original)
+++ httpd/httpd/trunk/docs/manual/custom-error.xml Sun Mar 14 17:36:27 2010
@@ -28,7 +28,7 @@
 
     <p>Although the Apache HTTP Server provides generic error responses
     in the event of 4xx or 5xx HTTP status codes, these responses are
-    rather stark, uninformative, and can be indimidating to site users.
+    rather stark, uninformative, and can be intimidating to site users.
     You may wish to provide custom error responses which are either 
     friendlier, or in some language other than English, or perhaps which
     are styled more in line with your site layout.</p>
@@ -49,8 +49,8 @@
   <section id="configuration"><title>Configuration</title>
 
     <p>Custom error documents are configured using the <directive
-    module="core">ErrorDocument</directive> directive.
-    <code>ErrorDocument</code>, which may be used in global,
+    module="core">ErrorDocument</directive> directive,
+    which may be used in global,
     virtualhost, or directory context. It may be used in .htaccess files
     if <directive module="core">AllowOverride</directive> is set to 
     FileInfo.</p>
@@ -63,7 +63,7 @@
       ErrorDocument 401 /subscription/how_to_subscribe.html
     </example>
 
-    <p>The syntax of the <code>ErrorDocuemnt</code> directrive is:</p>
+    <p>The syntax of the <code>ErrorDocument</code> directive is:</p>
 
     <example>
       ErrorDocument &lt;3-digit-code&gt; &lt;action&gt;
@@ -191,7 +191,7 @@
     provide more useful information to users about your site, and what
     they can expect to find there.</p>
 
-    <p><module>mod_includes</module> and <module>mod_negotiation</module> 
+    <p><module>mod_include</module> and <module>mod_negotiation</module> 
     must be enabled to use this feature.</p>
 
  </section>

Modified: httpd/httpd/trunk/docs/manual/urlmapping.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/urlmapping.xml?rev=922907&r1=922906&r2=922907&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/urlmapping.xml (original)
+++ httpd/httpd/trunk/docs/manual/urlmapping.xml Sun Mar 14 17:36:27 2010
@@ -4,7 +4,7 @@
 <!-- $LastChangedRevision$ -->
 
 <!--
- Licensed to the Software Foundation (ASF) under one or more
+ Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0