From: Daniel Gruno Date: Sun, 22 Jul 2012 14:15:04 +0000 (+0000) Subject: typo fixes X-Git-Tag: 2.5.0-alpha~6604 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a7d606e139924717d475de038072203a187a9f6;p=apache typo fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1364306 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/getting-started.xml b/docs/manual/getting-started.xml index 6ef0c21455..bfca85087a 100644 --- a/docs/manual/getting-started.xml +++ b/docs/manual/getting-started.xml @@ -122,7 +122,7 @@ module="core">Include directive. The names or locations of these sub-files are not magical, and may vary greatly from one installation to another. Arrange and subdivide these files as makes the most sense to you. If the file arrangement -you have by default doesn't make sense to you, feel free to rerrange it.

+you have by default doesn't make sense to you, feel free to rearrange it.

The server is configured by placing configuration directives in these @@ -160,7 +160,7 @@ divided into static and dynamic content.

and other files that reside in the filesystem. The DocumentRoot directive specifies where in your filesystem you should place these files. This directive is either set -globally, or per virual host. Look in your configuration file(s) to +globally, or per virtual host. Look in your configuration file(s) to determine how this is set for your server.

Typically, a document called index.html will be served diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 0291c5aeac..896a5f3d9f 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1347,7 +1347,7 @@ ErrorLogFormat "[%t] [%l] [pid %P] %F: %E: [client %a] %M" format [%t] [%l] [%a] %M  is not available, the surrounding brackets are not logged either. Space characters can be escaped with a backslash to prevent them from delimiting a field. The combination '% ' - (percent space) is a zero-witdh field delimiter that does not produce any + (percent space) is a zero-width field delimiter that does not produce any output.

The above behavior can be changed by adding modifiers to the format diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml index 6437323400..2c2f4b3862 100644 --- a/docs/manual/sections.xml +++ b/docs/manual/sections.xml @@ -499,7 +499,7 @@ are interpreted, it is important to understand how this works.

order.

Later sections override earlier ones, however each module is responsible - for interpeting what form this override takes. A later configuration section + for interpreting what form this override takes. A later configuration section with directives from a given module might cause a conceptual "merge" of some directives, all directives, or a complete replacement of the modules configuration with the module defaults and directives explicitly listed in