]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Some typos.
authorLucien Gentis <lgentis@apache.org>
Sun, 14 Mar 2010 17:36:27 +0000 (17:36 +0000)
committerLucien Gentis <lgentis@apache.org>
Sun, 14 Mar 2010 17:36:27 +0000 (17:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922907 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/custom-error.xml
docs/manual/urlmapping.xml

index 19ed890eee9a6acbd31047763d96d2ff11bbf26e..f34deed884c63b76a1d5b0b2684ff12cb49af18f 100644 (file)
@@ -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;
     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>
index 24554b879a761279f17033933b5ba059ea46b5a0..db6b6e090aea4b4b82065298215ec9f313401077 100644 (file)
@@ -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