]> granicus.if.org Git - apache/commitdiff
typo fixes
authorDaniel Gruno <humbedooh@apache.org>
Sun, 22 Jul 2012 14:15:04 +0000 (14:15 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sun, 22 Jul 2012 14:15:04 +0000 (14:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1364306 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/getting-started.xml
docs/manual/mod/core.xml
docs/manual/sections.xml

index 6ef0c214551cde543f6414dacebab57221afbab7..bfca85087ac49ee27e4acfc7eeb5f79eb3978c3c 100644 (file)
@@ -122,7 +122,7 @@ module="core">Include</directive> 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 <strong>you</strong>. If the file arrangement
-you have by default doesn't make sense to you, feel free to rerrange it.</p>
+you have by default doesn't make sense to you, feel free to rearrange it.</p>
 
 <p>The server is configured by placing <a
 href="mod/quickreference.html">configuration directives</a> in these
@@ -160,7 +160,7 @@ divided into static and dynamic content.</p>
 and other files that reside in the filesystem. The <directive
 module="core">DocumentRoot</directive> 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.</p>
 
 <p>Typically, a document called <code>index.html</code> will be served
index 0291c5aeacc0de035a4077f121bcfb0dd99c40ce..896a5f3d9fb1f65b6541d8a36e61271acc2ec2ba 100644 (file)
@@ -1347,7 +1347,7 @@ ErrorLogFormat "[%t] [%l] [pid %P] %F: %E: [client %a] %M"
     format <code>[%t] [%l] [%a] %M&nbsp;</code> 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 '%&nbsp;'
-    (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.</p>
 
     <p>The above behavior can be changed by adding modifiers to the format
index 6437323400900cf75918a04a1f323e0ef835c67f..2c2f4b3862b1e3267b4919ee25c179a285d58f70 100644 (file)
@@ -499,7 +499,7 @@ are interpreted, it is important to understand how this works.</p>
     order.</p>
 
     <p>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