From: Rich Bowen Date: Fri, 7 Sep 2001 02:38:21 +0000 (+0000) Subject: Spell checking. X-Git-Tag: 2.0.26~297 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29711056b09973c231ced0007b163cca38292b38;p=apache Spell checking. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90946 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html index 1b6cf76fc5..b06ba0570b 100644 --- a/docs/manual/mod/mod_autoindex.html +++ b/docs/manual/mod/mod_autoindex.html @@ -631,7 +631,7 @@ width of the description column in characters. the best width.
DescriptionWidth=n fixes the column width to n bytes wide.
DescriptionWidth=* grows the column to the width necessary to -accomodate the longest description string.
+accommodate the longest description string.
See the section on AddDescription for dangers inherent in truncating descriptions.
FancyIndexing @@ -710,11 +710,11 @@ document for the value of the TITLE tag. This is CPU and disk intensive.
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. Prior to Apache 2.0.23, this also disabled parsing the Query Arguments for the sort string. -That behavior is now controled by IndexOptions IgnoreClient in Apache 2.0.23.
SuppressDescription
diff --git a/docs/manual/mod/mod_cgi.html b/docs/manual/mod/mod_cgi.html index cc331f165e..9ebcc793c6 100644 --- a/docs/manual/mod/mod_cgi.html +++ b/docs/manual/mod/mod_cgi.html @@ -52,7 +52,7 @@ a ScriptAlias directory.

value of the DocumentRoot configuration variable.

-

For an intruction to using CGI scripts with Apache, see our +

For an introduction to using CGI scripts with Apache, see our tutorial on Dynamic Content With CGI.

When using a multi-threaded MPM under unix, the module - +


diff --git a/docs/manual/mod/mod_dav.html b/docs/manual/mod/mod_dav.html index 52814c34b2..46b6c26313 100644 --- a/docs/manual/mod/mod_dav.html +++ b/docs/manual/mod/mod_dav.html @@ -54,7 +54,7 @@ the following to the global section in your httpd.conf file:

-DavLockDB /tmp/DavLock    (Any web-server writeable filename, without an extension) +DavLockDB /tmp/DavLock    (Any web-server writable filename, without an extension)
diff --git a/docs/manual/mod/mod_headers.html b/docs/manual/mod/mod_headers.html index a9983f63a3..6b7b887c1c 100644 --- a/docs/manual/mod/mod_headers.html +++ b/docs/manual/mod/mod_headers.html @@ -271,10 +271,10 @@ are supported in value:
 %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=".
 

When the Header directive is used with the diff --git a/docs/manual/mod/mod_isapi.html b/docs/manual/mod/mod_isapi.html index a81ad4d258..a44fb4cdcd 100644 --- a/docs/manual/mod/mod_isapi.html +++ b/docs/manual/mod/mod_isapi.html @@ -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.


@@ -293,7 +293,7 @@ HREF="module-dict.html#Compatibility" REL="Help" >Compatibility:
Apache 1.3.13 and later, Win32 only

- 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" >Compatibility: Apache 1.3.13 and later, Win32 only

- Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extentions + Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the server error log.


@@ -367,7 +367,7 @@ HREF="module-dict.html#Compatibility" REL="Help" >Compatibility: Apache 1.3.13 and later, Win32 only

- 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).

diff --git a/docs/manual/mod/mod_rewrite.html b/docs/manual/mod/mod_rewrite.html index 0de41934de..4e12cc47f0 100644 --- a/docs/manual/mod/mod_rewrite.html +++ b/docs/manual/mod/mod_rewrite.html @@ -1415,8 +1415,8 @@ run-time. 1.1.x a System V8 and for Apache 1.2.x and later a POSIX) regular expression 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.