]> granicus.if.org Git - apache/commitdiff
Spell checking.
authorRich Bowen <rbowen@apache.org>
Fri, 7 Sep 2001 02:38:21 +0000 (02:38 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 7 Sep 2001 02:38:21 +0000 (02:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90946 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_autoindex.html
docs/manual/mod/mod_cgi.html
docs/manual/mod/mod_charset_lite.html
docs/manual/mod/mod_dav.html
docs/manual/mod/mod_headers.html
docs/manual/mod/mod_isapi.html
docs/manual/mod/mod_rewrite.html

index 1b6cf76fc5e87f17119d027f81990cc04106720d..b06ba0570b70cb3c7d0c8bccc4a20e08385123aa 100644 (file)
@@ -631,7 +631,7 @@ width of the description column in characters.</dd>
 the best width.</dd>
 <dd><samp>DescriptionWidth=n</samp> fixes the column width to n bytes wide.</dd>
 <dd><samp>DescriptionWidth=*</samp> grows the column to the width necessary to
-accomodate the longest description string.</dd>
+accommodate the longest description string.</dd>
 <dd><b>See the section on <a href="#adddescription"><samp>AddDescription</samp></a>
 for dangers inherent in truncating descriptions.</b></dd>
 <DT><A NAME="indexoptions:fancyindexing">FancyIndexing</A>
@@ -710,11 +710,11 @@ document for the value of the TITLE tag.  This is CPU and disk intensive.
 <DD>
 <!--%plaintext &lt;?INDEX {\tt SuppressColumnSorting} index option&gt; -->
 If specified, Apache will not make the column headings in a FancyIndexed
-directory listing into links for sorting.  The default behaviour is
+directory listing into links for sorting.  The default behavior is
 for them to be links; selecting the column heading will sort the directory
 listing by the values in that column.  <STRONG>Prior to Apache 2.0.23, this
 also disabled parsing the Query Arguments for the sort string.</STRONG>
-That behavior is now controled by <A HREF="#indexoptions:ignoreclient"
+That behavior is now controlled by <A HREF="#indexoptions:ignoreclient"
  >IndexOptions IgnoreClient</A> in Apache 2.0.23.
 <DT><A NAME="indexoptions:suppressdescription">SuppressDescription</A>
 <DD>
index cc331f165e7b29549e46e3e81bff08820c5ae937..9ebcc793c64ddafcf0d1806d8bb32b7e0b4ff0c8 100644 (file)
@@ -52,7 +52,7 @@ a <A HREF="mod_alias.html#scriptalias">ScriptAlias</A> directory.</P>
 value of the <A HREF="core.html#documentroot">DocumentRoot</A>
 configuration variable.</p>
 
-<p>For an intruction to using CGI scripts with Apache, see our
+<p>For an introduction to using CGI scripts with Apache, see our
 tutorial on <a href="../howto/cgi.html">Dynamic Content With CGI</a>.</p>
 
 <p>When using a multi-threaded MPM under unix, the module <a
index 42a8774cc83e97df48bb579d56b05ad51d4214d5..720aa275a501293bb21fa38d2de8471a95e91cb9 100644 (file)
@@ -94,14 +94,14 @@ REL="Help"
   can fail in various ways, including:
   </P>
 
-  <SL>
+  <UL>
   <LI>
   The translation mechanism may return a bad return code, and the connection
   will be aborted.
   <LI>
   The translation mechanism may silently place special characters (e.g., question
   marks) in the output buffer when it cannot translate the input buffer.
-  </SL>
+  </UL>
 
   <HR>
 
index 52814c34b2220b98280de02c4f314700ce42e6ad..46b6c2631369ac47a06cc1cf1caf28b5ced2e757 100644 (file)
@@ -54,7 +54,7 @@ the following to the global section in your <CODE>httpd.conf</CODE>
 file:</p>
 
 <blockquote>
-<CODE>DavLockDB /tmp/DavLock&nbsp;&nbsp;&nbsp;&nbsp;</CODE><EM>(Any web-server writeable filename, without an extension)</EM>
+<CODE>DavLockDB /tmp/DavLock&nbsp;&nbsp;&nbsp;&nbsp;</CODE><EM>(Any web-server writable filename, without an extension)</EM>
 </blockquote>
 
 
index a9983f63a34bfbead6cc98e57c58982620421705..6b7b887c1cd85157dd83f41b7c5d36f15b7f24a1 100644 (file)
@@ -271,10 +271,10 @@ are supported in <EM>value</EM>:
 <PRE>
 %t:    The time the request was received in Universal Coordinated Time
        since the epoch (Jan. 1, 1970) measured in microseconds. The
-       value is preceeded by "t=".
+       value is preceded by "t=".
 %D:     The time from when the request was received to the time the
         headers are sent on the wire. This is a measure of the
-       duration of the request. The value is preceeded by "D=".
+       duration of the request. The value is preceded by "D=".
 </PRE>
 
 <p>When the <code>Header</code> directive is used with the
index a81ad4d2584c8acf69284ff2ad6f027b6767a37f..a44fb4cdcd01950205a279fecbba5613cba46715 100644 (file)
@@ -254,10 +254,10 @@ REL="Help"
 
 
         Defines the maximum size of the Read Ahead Buffer sent to 
-        ISAPI extentions when they are initally invoked.  All 
+        ISAPI extensions when they are initially invoked.  All 
         remaining data must be retrieved using the ReadClient 
         callback; some ISAPI extensions may not support the
-        ReadClient function.  Refer questions to the ISAPI extention's 
+        ReadClient function.  Refer questions to the ISAPI extension's 
         author.
         <P>
 <HR>
@@ -293,7 +293,7 @@ HREF="module-dict.html#Compatibility"
 REL="Help"
 ><STRONG>Compatibility:</STRONG></A> Apache 1.3.13 and later, Win32 only<P>
 
-        Logs all requests for unsupported features from ISAPI extentions
+        Logs all requests for unsupported features from ISAPI extensions
         in the server error log.  While this should be turned off once
         all desired ISAPI modules are functioning, it defaults to on
         to help administrators track down problems.
@@ -331,7 +331,7 @@ HREF="module-dict.html#Compatibility"
 REL="Help"
 ><STRONG>Compatibility:</STRONG></A> Apache 1.3.13 and later, Win32 only<P>
 
-        Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extentions
+        Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions
         to the server error log.
         <P>
 <HR>
@@ -367,7 +367,7 @@ HREF="module-dict.html#Compatibility"
 REL="Help"
 ><STRONG>Compatibility:</STRONG></A> Apache 1.3.13 and later, Win32 only<P>
 
-        Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extentions
+        Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions
         to the query field (appended to the CustomLog %q component).
         <P>
 
index 0de41934de1cb34d5dc54a7eb849ba8870d6bf2c..4e12cc47f0965ec1a1c6df45ab551454867d272d 100644 (file)
@@ -1415,8 +1415,8 @@ run-time.
 1.1.x a System V8 and for Apache 1.2.x and later a POSIX) <A
 NAME="regexp">regular expression</A> which gets applied to the current
 URL. Here ``current'' means the value of the URL when this rule gets
-applied. This may not be the originally requested URL, because no
-longer existingany number of rules may already have matched and made
+applied. This may not be the originally requested URL, because
+any number of rules may already have matched and made
 alterations to it.
 
 <P>