From: Marc Slemko Date: Mon, 29 Dec 1997 20:41:55 +0000 (+0000) Subject: Misc spelling fixes. X-Git-Tag: APACHE_1_3b5~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dddf03b3cca48019279ce4ce174a2fc4eac59b65;p=thirdparty%2Fapache%2Fhttpd.git Misc spelling fixes. PR: 1600 Obtained from: Submitted by: "Daniel S.Lewart" Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79798 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_alias.html b/docs/manual/mod/mod_alias.html index cb66b647984..82b025fbaf2 100644 --- a/docs/manual/mod/mod_alias.html +++ b/docs/manual/mod/mod_alias.html @@ -76,7 +76,7 @@ See also ScriptAlias. Compatibility: Available in Apache 1.3 and later

-

This directive is equivilent to Alias, but +

This directive is equivalent to Alias, but makes use of standard regular expressions, instead of simple prefix matching. The supplied regular expression is matched against the URL, and if it matches, the server will substitute any parenthesized @@ -162,7 +162,7 @@ the function send_error_response in http_protocol.c). Compatibility: Available in Apache 1.3 and later

-

This directive is equivilent to Redirect, but +

This directive is equivalent to Redirect, but makes use of standard regular expressions, instead of simple prefix matching. The supplied regular expression is matched against the URL, and if it matches, the server will substitute any parenthesized @@ -241,7 +241,7 @@ run the script /web/cgi-bin/foo. Compatibility: Available in Apache 1.3 and later

-

This directive is equivilent to ScriptAlias, but +

This directive is equivalent to ScriptAlias, but makes use of standard regular expressions, instead of simple prefix matching. The supplied regular expression is matched against the URL, and if it matches, the server will substitute any parenthesized diff --git a/docs/manual/mod/mod_example.html b/docs/manual/mod/mod_example.html index 3501fcb8a64..26004e37c0c 100644 --- a/docs/manual/mod/mod_example.html +++ b/docs/manual/mod/mod_example.html @@ -32,7 +32,7 @@

The main file is mod_example.c, which illustrates all - the different callback mechanisms and call syntaces. By no means does + the different callback mechanisms and call syntaxes. By no means does an add-on module need to include routines for all of the callbacks - quite the contrary!

diff --git a/docs/manual/mod/mod_imap.html b/docs/manual/mod/mod_imap.html index 40bac8da801..08ca89a18cb 100644 --- a/docs/manual/mod/mod_imap.html +++ b/docs/manual/mod/mod_imap.html @@ -272,7 +272,7 @@ rect mailto:nate@tripod.com 100,150 200,0 "Bugs?"

Referencing your mapfile

-<A HREF="/maps/imagmap1.map">
+<A HREF="/maps/imagemap1.map">
<IMG ISMAP SRC="/images/imagemap1.gif">
</A>

diff --git a/docs/manual/mod/mod_isapi.html b/docs/manual/mod/mod_isapi.html index 5fde08c1a7d..e3d87e8c718 100644 --- a/docs/manual/mod/mod_isapi.html +++ b/docs/manual/mod/mod_isapi.html @@ -47,7 +47,7 @@

Apache's ISAPI implementation conforms to all of the ISAPI 2.0 specification, except for the "Microsoft-specific" extensions dealing - with ascynchronous I/O. Apache's I/O model does not allow asynchronous + with asynchronous I/O. Apache's I/O model does not allow asynchronous reading and writing in a manner that the ISAPI could access. If an ISA tries to access async I/O, a message will be place in the error log, to help with debugging. diff --git a/docs/manual/mod/mod_speling.html b/docs/manual/mod/mod_speling.html index ce47d523dc9..3ece21704c4 100644 --- a/docs/manual/mod/mod_speling.html +++ b/docs/manual/mod/mod_speling.html @@ -16,7 +16,7 @@

This module is contained in the mod_speling.c file, and is not compiled in by default. - It attemps to correct misspellings of + It attempts to correct misspellings of URLs that users might have entered, by ignoring capitalization and by allowing up to one misspelling.
This catches the majority of misspelled requests. An automatic @@ -76,7 +76,7 @@ correction will have an impact on the server's performance when many spelling corrections have to be performed at the same time.

  • the document trees should not contain sensitive files which could - be matched inadvertedly, by a spelling "correction". + be matched inadvertently, by a spelling "correction".
  • the module is unable to correct misspelled user names (as in http://my.host/~apahce/), just file names or directory names. diff --git a/docs/manual/platform/perf-hp.html b/docs/manual/platform/perf-hp.html index 0bf286747df..23ab1c250a5 100644 --- a/docs/manual/platform/perf-hp.html +++ b/docs/manual/platform/perf-hp.html @@ -74,7 +74,7 @@ ftp://ftp.cup.hp.com/dist/networking/misc/listenq. If folks are running Apache on a PA-8000 based system, they should consider "chatr'ing" the Apache executable to have a large page size. This would be "chatr +pi L ." The GID of the running executable -must have MLOCK priviledges. Setprivgrp(1m) should be consulted for +must have MLOCK privileges. Setprivgrp(1m) should be consulted for assigning MLOCK. The change can be validated by running Glance and examining the memory regions of the server(s) to make sure that they show a non-trivial fraction of the text segment being locked. diff --git a/docs/manual/sections.html b/docs/manual/sections.html index 9a29051e599..6951e7cdbe5 100644 --- a/docs/manual/sections.html +++ b/docs/manual/sections.html @@ -117,7 +117,7 @@ But a notable exception is: Note also that modifying .htaccess parsing during Location doesn't do -anything because .htaccess parsing has already occured. +anything because .htaccess parsing has already occurred.

    diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en index 9a29051e599..6951e7cdbe5 100644 --- a/docs/manual/sections.html.en +++ b/docs/manual/sections.html.en @@ -117,7 +117,7 @@ But a notable exception is: Note also that modifying .htaccess parsing during Location doesn't do -anything because .htaccess parsing has already occured. +anything because .htaccess parsing has already occurred.

    diff --git a/docs/manual/vhosts/details.html b/docs/manual/vhosts/details.html index 0e992170c37..e64973edd73 100644 --- a/docs/manual/vhosts/details.html +++ b/docs/manual/vhosts/details.html @@ -299,7 +299,7 @@ taken to be a proxy request.

  • A _default_ vhost catches a request only if there is no other vhost with a matching IP address and a matching port - number for the request. The request is only catched if the port number + number for the request. The request is only caught if the port number to which the client sent the request matches the port number of your _default_ vhost which is your standard Port by default. A wildcard port can be specified (i.e. diff --git a/docs/manual/vhosts/examples.html b/docs/manual/vhosts/examples.html index c537f06dbb0..fbf159ecaf0 100644 --- a/docs/manual/vhosts/examples.html +++ b/docs/manual/vhosts/examples.html @@ -91,7 +91,7 @@ ... </VirtualHost> - The main server can never catch a request, because all IP address + The main server can never catch a request, because all IP addresses of our machine are in use for IP-based virtual hosts (only localhost requests can hit the main server). @@ -134,7 +134,7 @@ </Directory> </VirtualHost> - The main server can never catch a request, because all IP addresss + The main server can never catch a request, because all IP addresses (apart from localhost) of our machine are in use for IP-based virtual hosts. The web server can only be reached on the first address through port 80 and the proxy only on the second address through port 8080.