From: Lucien Gentis Date: Sun, 14 Mar 2010 17:36:27 +0000 (+0000) Subject: Some typos. X-Git-Tag: 2.3.6~343 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ca9940dbb656a7df549994405040f29d3b94ce3;p=thirdparty%2Fapache%2Fhttpd.git Some typos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922907 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/custom-error.xml b/docs/manual/custom-error.xml index 19ed890eee9..f34deed884c 100644 --- a/docs/manual/custom-error.xml +++ b/docs/manual/custom-error.xml @@ -28,7 +28,7 @@

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.

@@ -49,8 +49,8 @@
Configuration

Custom error documents are configured using the ErrorDocument directive. - ErrorDocument, which may be used in global, + module="core">ErrorDocument directive, + which may be used in global, virtualhost, or directory context. It may be used in .htaccess files if AllowOverride is set to FileInfo.

@@ -63,7 +63,7 @@ ErrorDocument 401 /subscription/how_to_subscribe.html -

The syntax of the ErrorDocuemnt directrive is:

+

The syntax of the ErrorDocument directive is:

ErrorDocument <3-digit-code> <action> @@ -191,7 +191,7 @@ provide more useful information to users about your site, and what they can expect to find there.

-

mod_includes and mod_negotiation +

mod_include and mod_negotiation must be enabled to use this feature.

diff --git a/docs/manual/urlmapping.xml b/docs/manual/urlmapping.xml index 24554b879a7..db6b6e090ae 100644 --- a/docs/manual/urlmapping.xml +++ b/docs/manual/urlmapping.xml @@ -4,7 +4,7 @@