]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Misc spelling fixes.
authorMarc Slemko <marc@apache.org>
Mon, 29 Dec 1997 20:41:55 +0000 (20:41 +0000)
committerMarc Slemko <marc@apache.org>
Mon, 29 Dec 1997 20:41:55 +0000 (20:41 +0000)
PR: 1600
Obtained from:
Submitted by:  "Daniel S.Lewart" <d-lewart@uiuc.edu>
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79798 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_alias.html
docs/manual/mod/mod_example.html
docs/manual/mod/mod_imap.html
docs/manual/mod/mod_isapi.html
docs/manual/mod/mod_speling.html
docs/manual/platform/perf-hp.html
docs/manual/sections.html
docs/manual/sections.html.en
docs/manual/vhosts/details.html
docs/manual/vhosts/examples.html

index cb66b64798425b952158c35fc63c21edda58c8b1..82b025fbaf22b472d24077f13e3e515163b522e1 100644 (file)
@@ -76,7 +76,7 @@ See also <A HREF="#scriptalias">ScriptAlias</A>.
 <strong>Compatibility:</strong> Available in Apache 1.3 and later
 </P>
 
-<p>This directive is equivilent to <a href="#alias">Alias</a>, but
+<p>This directive is equivalent to <a href="#alias">Alias</a>, 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 <code>send_error_response</code> in http_protocol.c).
 <strong>Compatibility:</strong> Available in Apache 1.3 and later
 </P>
 
-<p>This directive is equivilent to <a href="#alias">Redirect</a>, but
+<p>This directive is equivalent to <a href="#alias">Redirect</a>, 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.
 <strong>Compatibility:</strong> Available in Apache 1.3 and later
 </P>
 
-<p>This directive is equivilent to <a href="#scriptalias">ScriptAlias</a>, but
+<p>This directive is equivalent to <a href="#scriptalias">ScriptAlias</a>, 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
index 3501fcb8a64b2cf227ed892bc356a01f4365c200..26004e37c0cc61739014b739726b994edd7a9b0e 100644 (file)
@@ -32,7 +32,7 @@
   </P>
   <P>
   The main file is <CODE>mod_example.c</CODE>, 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!
   </P>
index 40bac8da8017a737d76da74f3599718c37a3a63f..08ca89a18cb07c25f7a5e3edbdd8aad9ad09c2d5 100644 (file)
@@ -272,7 +272,7 @@ rect mailto:nate@tripod.com 100,150 200,0 "Bugs?" <br>
 
 <h2>Referencing your mapfile</h2>
 <blockquote><code>
-&lt;A HREF="/maps/imagmap1.map"&gt; <br>
+&lt;A HREF="/maps/imagemap1.map"&gt; <br>
 &lt;IMG ISMAP SRC="/images/imagemap1.gif"&gt; <br>
 &lt;/A&gt;
 </code></blockquote><p>
index 5fde08c1a7d213f10aa3093d50daef03de719508..e3d87e8c718e179ca0edd628d6bad48efe239767 100644 (file)
@@ -47,7 +47,7 @@
 
 <p>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.
index ce47d523dc9310dc8d9d2c062ffa46ca80a99c1f..3ece21704c4b32e7d8b7cac7b9601101aaa91ac8 100644 (file)
@@ -16,7 +16,7 @@
   <P>
   This module is contained in the <code>mod_speling.c</code> file,
   and is <strong>not</strong> 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.<br>
   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.
   <LI>the document trees should not contain sensitive files which could
-      be matched inadvertedly, by a spelling "correction".
+      be matched inadvertently, by a spelling "correction".
   <LI>the module is unable to correct misspelled user names
       (as in <code>http://my.host/~apahce/</code>), just file names or
       directory names.
index 0bf286747df93ade8d82c4fe587babf47e2f315c..23ab1c250a58008ea4e7ca6dde0e88107993b126 100644 (file)
@@ -74,7 +74,7 @@ ftp://ftp.cup.hp.com/dist/networking/misc/listenq</A>.
 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 <binary>." 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.
index 9a29051e5996f6a57c243138be2d95a5dfa7b89a..6951e7cdbe5f43924b609e25e810a3b10a53ce40 100644 (file)
@@ -117,7 +117,7 @@ But a notable exception is:
 </ul>
 
 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.
 
 <p>
 
index 9a29051e5996f6a57c243138be2d95a5dfa7b89a..6951e7cdbe5f43924b609e25e810a3b10a53ce40 100644 (file)
@@ -117,7 +117,7 @@ But a notable exception is:
 </ul>
 
 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.
 
 <p>
 
index 0e992170c379962a58c11738528f1cea17f8e908..e64973edd738b4e989a6bccb7f95505789be6dae 100644 (file)
@@ -299,7 +299,7 @@ taken to be a proxy request.
     
 <li>A <code>_default_</code> vhost catches a request only if there is no
     other vhost with a matching IP address <em>and</em> 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
     <code>_default_</code> vhost which is your standard <code>Port</code>
     by default. A wildcard port can be specified (i.e.
index c537f06dbb08b4d46fcdb3f730613b9d835e2e6b..fbf159ecaf0d29ddc49a21e07676f090c6c75706 100644 (file)
@@ -91,7 +91,7 @@
     ...
     &lt;/VirtualHost&gt;
     </pre>
-    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 <samp>localhost</samp> requests can hit the main server).
     </blockquote>
       &lt;/Directory&gt;
     &lt;/VirtualHost&gt;
     </pre>
-    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 <samp>localhost</samp>) 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.