]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix spelling errors in docs found by codespell. [skip ci]
authorMike Rumph <mrumph@apache.org>
Tue, 18 Feb 2020 17:44:34 +0000 (17:44 +0000)
committerMike Rumph <mrumph@apache.org>
Tue, 18 Feb 2020 17:44:34 +0000 (17:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1874169 13f79535-47bb-0310-9956-ffa450edef68

30 files changed:
docs/manual/developer/hooks.xml
docs/manual/howto/http2.xml
docs/manual/howto/reverse_proxy.xml
docs/manual/mod/mod_auth_basic.xml
docs/manual/mod/mod_auth_digest.xml
docs/manual/mod/mod_authn_dbd.xml
docs/manual/mod/mod_authz_host.xml
docs/manual/mod/mod_autoindex.xml
docs/manual/mod/mod_filter.xml
docs/manual/mod/mod_http2.xml
docs/manual/mod/mod_include.xml
docs/manual/mod/mod_ldap.xml
docs/manual/mod/mod_lua.xml
docs/manual/mod/mod_md.xml
docs/manual/mod/mod_proxy_balancer.xml
docs/manual/mod/mod_substitute.xml
docs/manual/mod/mpm_common.xml
docs/manual/mod/mpmt_os2.xml
docs/manual/platform/netware.xml
docs/manual/rewrite/remapping.xml
docs/manual/rewrite/rewritemap.xml
docs/manual/style/common.dtd
docs/manual/style/latex/html.xsl
docs/manual/style/latex/synopsis.xsl
docs/manual/style/scripts/prettify.js
docs/manual/style/xsl/common.xsl
docs/manual/style/xsl/list_for_prettify.xsl
docs/manual/style/xsl/nroff.xsl
docs/manual/style/xsl/synopsis.xsl
docs/manual/suexec.xml

index 37ea0608d6bfea1825c5d6101f488c56c58bafc0..2da97054c7f962bc734b1ab42d90a6efaa0b7042 100644 (file)
@@ -41,7 +41,7 @@
     <p>The httpd's core modules offer a predefinined list of hooks
     used during the standard <a href="./request.html">request processing</a>
     phase. Creating a new hook will expose a function that 
-    implements it (see sections below) but it is essential to undestand that you will not 
+    implements it (see sections below) but it is essential to understand that you will not 
     extend the httpd's core hooks. Their presence and order in the request processing is in fact 
     a consequence of how they are called in <code>server/request.c</code> 
     (check <a href="./modguide.html#hooking">this section</a> 
@@ -50,7 +50,7 @@
 
     <p>Reading <a href="./modguide.html">guide for developing modules</a> and 
     <a href="./request.html">request processing</a> before proceeding is 
-    highly recomended.
+    highly recommended.
     </p> 
 </section>
 
index 4ba9b9aff1a444d8693919374f101a146ea1182c..3f4b63c7f3630fcff7bfe124acf48a89d11884ba 100644 (file)
@@ -287,7 +287,7 @@ H2Push Off
     <p>All other headers are ignored. Cookies will also not be copied over. PUSHing resources
     that require a cookie to be present will not work. This can be a matter of debate. But 
     unless this is more clearly discussed with browser, let's err on the side of caution and
-    not expose cookie where they might oridinarily not be visible.</p>
+    not expose cookie where they might ordinarily not be visible.</p>
   </section>
 
   <section id="earlyhints">
index cef737cab36ee69e12ae932edc35ad98c8db1cbb..6bc3c45401ee959da9821b2e12f344316d500843 100644 (file)
@@ -75,7 +75,7 @@
       The <directive module="mod_proxy">ProxyPass</directive>
       directive specifies the mapping of incoming requests to the backend
       server (or a cluster of servers known as a <code>Balancer</code>
-      group). The simpliest example proxies all requests (<code>"/"</code>)
+      group). The simplest example proxies all requests (<code>"/"</code>)
       to a single backend:
     </p>
 
index 2bcdf13a3aec6eb20d30559be7bfcbe6e79e65eb..bf789fe495c8db635375468ac37c93e31480fccc 100644 (file)
@@ -241,7 +241,7 @@ Digest Authentication was in force instead of Basic Authentication.
       The inverse process of switching from Basic to Digest
       Authentication without assigning new passwords is generally
       not possible.  Only if the Basic Authentication passwords
-      have been stored in plain text or with a reversable encryption
+      have been stored in plain text or with a reversible encryption
       scheme will it be possible to recover them and generate a
       new data store following the Digest Authentication password
       storage scheme.
index 1a929572c04e4bac482745708ea1ee7717cc00ae..47eadc41959cdbe12cae4eefa81922a7cd4992ff 100644 (file)
@@ -70,7 +70,7 @@
     should list the locations that will be protected by this
     configuration.</p>
 
-    <p>The pasword file referenced in the <directive
+    <p>The password file referenced in the <directive
     module="mod_auth_digest">AuthUserFile</directive> directive may be
     created and managed using the <program>htdigest</program> tool.</p>
 
index e82c6dc151e1072e84e85ac21968688f5d97a7e3..4801f2078446317efd418954861d0b27029dd5de 100644 (file)
@@ -59,7 +59,7 @@
 <seealso><a href="../misc/password_encryptions.html">Password Formats</a></seealso>
 
 <section id="socache">
-<title>Performance and Cacheing</title>
+<title>Performance and Caching</title>
 <p>Some users of DBD authentication in HTTPD 2.2/2.4 have reported that it
 imposes a problematic load on the database.  This is most likely where
 an HTML page contains hundreds of objects (e.g. images, scripts, etc)
@@ -74,7 +74,7 @@ to cache credentials and take most of the load off the database.</p>
 the Authentication and DBD frameworks.</p>
 <highlight language="config">
 # mod_dbd configuration
-# UPDATED to include authentication cacheing
+# UPDATED to include authentication caching
 DBDriver pgsql
 DBDParams "dbname=apacheauth user=apache password=xxxxxx"
 
index 31a0735140a1c807506f28d9c1c2f52a0c921aff..1eb9bf536ffb84483018b34a15f575e7f898a41c 100644 (file)
@@ -28,7 +28,7 @@ address)</description>
 <status>Base</status>
 <sourcefile>mod_authz_host.c</sourcefile>
 <identifier>authz_host_module</identifier>
-<compatibility>The <code>forward-dns</code> provider was addded in 2.4.19</compatibility>
+<compatibility>The <code>forward-dns</code> provider was added in 2.4.19</compatibility>
 
 <summary>
     <p>The authorization providers implemented by <module>mod_authz_host</module> are
index f124820408bbdef9c2ec3fca0bc12c4a21e5d02a..cc6ac8dac98f66cd998b681227c362c378a7e749 100644 (file)
@@ -815,7 +815,7 @@ indexing</description>
       as usual. If you also specify a <directive
       module="mod_autoindex">ReadmeName</directive>, and if that file
       exists, The closing &lt;/body&gt;&lt;/html&gt; tags are also
-      ommitted from the output, under the assumption that you'll likely
+      omitted from the output, under the assumption that you'll likely
       put those closing tags in that file.</dd>
 
       <dt><a name="indexoptions.suppressicon"
index 039c8fc466d1c7df3ca2e9c4be6b81354c28700c..9ee92e6a733b10b85840d40eb3e9695dcd4369ad 100644 (file)
@@ -406,7 +406,7 @@ for a complete reference and examples.</seealso>
     filter runs <em>any</em> provider.</p>
 
     <p>Flags specified with this directive are merged with the flags 
-    that underlying providers may have registerd with 
+    that underlying providers may have registered with 
     <module>mod_filter</module>. For example, a filter may internally specify
     the equivalent of <code>change=yes</code>, but a particular 
     configuration of the module can override with <code>change=no</code>.
index 2743f4b0171de0064b86554e0fa3a939ea9c92a2..5cf8d0acccc659bebd1d1e1bff79fa273820931e 100644 (file)
@@ -375,7 +375,7 @@ H2Push off
                 all bandwidth allocated to Y can be used by X.
             </p>
             <p>
-                When a stream has more than one dependant, say X1 and X2 both
+                When a stream has more than one dependent, say X1 and X2 both
                 depend on Y, the <em>weight</em> determines the bandwidth
                 allocation. If X1 and X2 have the same weight, they both get
                 half of the available bandwidth. If the weight of X1 is twice
@@ -966,7 +966,7 @@ H2TLSCoolDownSecs 0
             <p>
                 When configuring numbits of 1-8, a random number in range
                 [0, 2^numbits[ are added to each frame. The random value is chosen
-                independantly for each frame that the module sends back to the client.
+                independently for each frame that the module sends back to the client.
             </p>
             <p>
                 While more padding bytes give better message length obfuscation, they
index ae2d01f0c1ffb66529c1562f9179fe0783efe65b..46f88dceb577159cc5b475bef42ad98fe50be892 100644 (file)
@@ -318,7 +318,7 @@ Options +Includes
       to the usual set of CGI variables.</p>
 
       <p>The use of <code><a href="#includevirtual"
-      >#include virtual</a></code> is almost always prefered to using
+      >#include virtual</a></code> is almost always preferred to using
       either <code>#exec cgi</code> or <code>#exec cmd</code>. The former
       (<code>#include virtual</code>) uses the standard Apache sub-request
       mechanism to include files or scripts. It is much better tested and
index 675780ffef5f4d91be2a73e41947903f0edc7856..c2db69fecaf0cf09af46be1609ef0e2297fd042a 100644 (file)
@@ -533,7 +533,7 @@ valid</description>
      <dt>"default"</dt>
      <dd> <p> When set to "default", the underlying SDK's referral chasing state
               is not changed, <directive>LDAPReferralHopLimit</directive> is not
-              used to overide the SDK's hop limit, and no LDAP rebind callback is
+              used to override the SDK's hop limit, and no LDAP rebind callback is
               registered.</p></dd>
     </dl>
 
index 7400ffaf89b9df8371c984f92d60ee6ca3c208c1..3d853f9101f2f84d6e408fcea9625ebbc07a162a 100644 (file)
@@ -1078,7 +1078,7 @@ r:emerg("This is an emerg log message")
 function filter(r)
     -- Our first yield is to signal that we are ready to receive buckets.
     -- Before this yield, we can set up our environment, check for conditions,
-    -- and, if we deem it necessary, decline filtering a request alltogether:
+    -- and, if we deem it necessary, decline filtering a request altogether:
     if something_bad then
         return -- This would skip this filter.
     end
index a80691411fbb9d99d7f4b5a2b669f2c55718167c..82bbaaddae06b7f0e8f98b574dd8209ac7c7adc6 100644 (file)
@@ -513,7 +513,7 @@ MDCertificateAuthority https://acme-staging-v02.api.letsencrypt.org/directory
             </p>
             <p>
                 You can override this default in either way. If you specify 'always',
-                the module will renew certificates for an MD, irregardless if the
+                the module will renew certificates for an MD, regardless if the
                 domains are in use or if there are static files.
             </p>
             <p>
@@ -834,7 +834,7 @@ MDRequireHttps permanent
             <p>
                 Sets challenge types (in order of preference) when proving domain ownership.
                 Supported by the module are the challenge methods 'tls-alpn-01', 'dns-01'  
-                and 'http-01'. The module will look at the overall configuation of the server 
+                and 'http-01'. The module will look at the overall configuration of the server 
                 to find out which methods can be used. 
             </p><p>
                 If the server listens on port 80, for example, the 'http-01' method is available. 
@@ -1125,7 +1125,7 @@ MDMessageCmd /etc/apache/md-message
             <p>
                 mod_md offers an implementation for providing OCSP stapling information. 
                 This is an alternative to the one provided by 'mod_ssl'. For backward 
-                compatiblity, this is disabled by default.
+                compatibility, this is disabled by default.
             </p><p>
                 The stapling can be switched on for all certificates on the server or 
                 for an individual MDomain. This will replace any stapling configuration 
@@ -1190,7 +1190,7 @@ MDMessageCmd /etc/apache/md-message
                 If the validity of the OCSP response used in stapling falls below 'duration', 
                 mod_md will obtain a new OCSP response.
             </p><p>
-                The CA issueing a certificate commonly also operates the OCSP responder 
+                The CA issuing a certificate commonly also operates the OCSP responder 
                 service and determines how long its signed response about the validity 
                 of a certificate are itself valid. The longer a response is valid, the longer 
                 it can be cached which mean better overall performance for everyone. 
index add9756a1578531971ae5b36733bdf26b0354f7c..93f97bbd69d61e34a042f1dd663f3de7507093a3 100644 (file)
@@ -254,7 +254,7 @@ ProxyPassReverse "/test" "balancer://mycluster"
     a path info appended to the URL using a semicolon (<code>;</code>)
     as the separator and add the session id behind. As in the cookie case,
     Apache Tomcat can include the configured <code>jvmRoute</code> in this path
-    info. To let Apache find this sort of path info, you neet to set
+    info. To let Apache find this sort of path info, you need to set
     <code>scolonpathdelim</code> to <code>On</code> in
     <directive module="mod_proxy">ProxyPass</directive> or
     <directive module="mod_proxy">ProxySet</directive>.</p>
index 9016fbd901c74aa02abe363d49aacef7e6571875..77f0c8260fdba480ef0affe264d6603aadc5b2a1 100644 (file)
@@ -70,7 +70,7 @@
         or regex of a subsequent one.</dd>
     </dl>
 
-    <p>The <var>substitution</var> is may contain literal text and regular
+    <p>The <var>substitution</var> may contain literal text and regular
     expression backreferences</p>
 
     <example><title>Example</title>
@@ -83,7 +83,7 @@
     </example>
 
     <p>The character which is used to separate (or "delimit") the
-    various parts of the substituion string is referred to as the
+    various parts of the substitution string is referred to as the
     "delimiter", and it is most common to use a slash for this
     purpose.</p>
 
index c0a6867ef2772bf2f1a06752ba952704def364bf..cab75eed3063055dc48b2a311c8310678a2a333e 100644 (file)
@@ -324,7 +324,7 @@ in *BSDs.</compatibility>
     <p>This also means that multiple instances of Apache httpd configured on a
     same <code>IP:port</code> and with a positive <directive>ListenCoresBucketsRatio</directive>
     would start without an error too, and then run with incoming connections
-    evenly distributed accross both instances (this is NOT a recommendation or
+    evenly distributed across both instances (this is NOT a recommendation or
     a sensible usage in any case, but just a notice that it would prevent such
     possible issues to be detected).</p>
     <p>Within the same instance, Apache httpd will check and fail to start if
index 8a54c881e3b9816e90215ecd54935e0419329e93..368e25409193ac058ffbd63a02300ef4bad6cadb 100644 (file)
@@ -32,7 +32,7 @@
     <p>The Server consists of a main, parent process and a small, static
     number of child processes.</p>
 
-    <p>The parent process' job is to manage the child processes. This
+    <p>The parent process's job is to manage the child processes. This
     involves spawning children as required to ensure there are always
     <directive module="mpm_common">StartServers</directive> processes
     accepting connections.</p>
index 258b80e08e8abd2eb2b11052e331e11dcf7c52b5..373ee3d2240741a91e4dcb59594c99a10369ad95 100644 (file)
           <example>
               Netware\build netware-libc nw-nasm enable-mdc2 enable-md5
           </example>
-          Warning: dont use the CodeWarrior Assembler - it produces broken code!
+          Warning: don't use the CodeWarrior Assembler - it produces broken code!
           </li>
 
           <li>Before building Apache, set the environment variable
index 8c82db5d0599b22b4fa84ccd2eeadb88b9e1447f..a8315f497b54f34ad404031ba15f07bd8dee1221 100644 (file)
@@ -659,7 +659,7 @@ RewriteRule "(.*)" "$1?%1%3"
 </highlight>
   </li>
 
-  <li>This solution uses the captured value in the URL subsitution,
+  <li>This solution uses the captured value in the URL substitution,
   discarding the rest of the original query by appending a '?':
 
 <highlight language="config">
index 3e751226617e3b725a3928b168074e5b6b1791d2..39e192ce980b3a8c24c7b6fafe4b92e9a32f21c3 100644 (file)
@@ -66,7 +66,7 @@ RewriteMap <em>MapName</em> <em>MapType</em>:<em>MapSource</em>
 </highlight>
 
     <p>The <a id="mapfunc" name="mapfunc"><em>MapName</em></a> is an
-    arbitray name that you assign to the map, and which you will use in
+    arbitrary name that you assign to the map, and which you will use in
     directives later on. Arguments are passed to the map via the
     following syntax:</p>
 
index ed8d1e03bc86f2a65ae5129eff2d66d491ec4939..2cd308078c6c4afb2eba7e38f53db7ef007aef4b 100644 (file)
@@ -196,6 +196,6 @@ highlight | blockquote">
 <!ATTLIST glossary ref CDATA #IMPLIED>
 
 <!-- The phonetic element should be used only within the glossary. It
-     describes a pronounciation -->
+     describes a pronunciation -->
 <!ELEMENT phonetic (#PCDATA)>
 
index e610fad6db1e625017448aeaa8dc60ff031d535d..3b53bf969557163bdefb69b062f684652602cfb8 100644 (file)
 </xsl:template>
 
 
-<!-- Value-of used here explicitly because we don't wan't latex-escaping
+<!-- Value-of used here explicitly because we don't want latex-escaping
 performed.  Of course, this will conflict with html where some tags are
 interpreted in pre -->
 <xsl:template match="pre|highlight">
index 14bdc5ca149f3a73dfef4a4fce1ef5d2800ff6f4..a468a77060314adc0981bf79f2478a41e44cbc92 100644 (file)
 
 <!-- ==================================================================== -->
 <!-- <context>                                                            -->
-<!-- Each entry is separeted with a comma                                 -->
+<!-- Each entry is separated with a comma                                 -->
 <!-- ==================================================================== -->
 <xsl:template match="context">
 <xsl:choose>
index 72c5dc53e57319b50514b3d0ee248e68494255ac..c39f0a39eeb791575602f38d7d6b83770c566f5f 100644 (file)
@@ -657,7 +657,7 @@ var REGEXP_PRECEDER_PATTERN = '(?:^^\\.?|[+-]|[!=]=?=?|\\#|%=?|&&?=?|\\(|\\*=?|[
     * recognized.
     *
     * Shortcut is an optional string of characters, any of which, if the first
-    * character, gurantee that this pattern and only this pattern matches.
+    * character, guarantee that this pattern and only this pattern matches.
     *
     * @param {Array} shortcutStylePatterns patterns that always start with
     *   a known character.  Must have a shortcut string.
index 6954ba6fc1693aeb878816751aa84ff75e6062e0..493826639d75637c13afec63537795d1c5a97703 100644 (file)
@@ -685,7 +685,7 @@ if (typeof(prettyPrint) !== 'undefined') {
     <xsl:call-template name="pre" />
 </pre>&lf; <!-- /.highlight -->
 </xsl:template>
-<!-- /higlight -->
+<!-- /highlight -->
 
 
 <!-- ==================================================================== -->
@@ -1227,7 +1227,7 @@ if (typeof(prettyPrint) !== 'undefined') {
 <!-- ==================================================================== -->
 <!-- Filter &#160; in text() nodes.                                       -->
 <!-- In some environments this character won't be transformed correctly,  -->
-<!-- so we just write it explicitely as "&nbsp;" into the output.         -->
+<!-- so we just write it explicitly as "&nbsp;" into the output.         -->
 <!-- ==================================================================== -->
 <xsl:template match="text()" name="filter.nbsp">
 <xsl:param name="text" select="." />
index d7f03cf2c77cd5813ff86edada79dcc5e78905e7..a97b7d67e23b982e9251a14ec0521467c80dca51 100644 (file)
@@ -38,7 +38,7 @@
 <xsl:text># in order to be ready to use for the JS used in prettify.js</xsl:text>&lf;
 &lf;
 <xsl:text># The next line has to be copy/pasted into prettify.js around line 135</xsl:text>&lf;
-<xsl:text># in place of the correponding CONFIG_KEYWORDS array.</xsl:text>&lf;
+<xsl:text># in place of the corresponding CONFIG_KEYWORDS array.</xsl:text>&lf;
 &lf;
 
 <xsl:variable name="directives"
@@ -57,7 +57,7 @@
 &lf;
 &lf;
 <xsl:text># The next line has to be copy/pasted into prettify.js around line 920</xsl:text>&lf;
-<xsl:text># in place of the correponding PR_TAG array.</xsl:text>&lf;
+<xsl:text># in place of the corresponding PR_TAG array.</xsl:text>&lf;
 &lf;
 
 <xsl:text>        [PR_TAG,     /^\b(</xsl:text>
index f567089f89e977b5ace19a2d4d93c3a3e95df2dd..9849034a0e099e7c864e78378b0f38b222db13f1 100644 (file)
@@ -46,7 +46,7 @@
  * dealings in this Software without prior written authorization
  * from the individuals in question.
  *
- * Any stylesheet derived from this Software that is publically
+ * Any stylesheet derived from this Software that is publicly
  * distributed will be identified with a different name and the
  * version strings in any derived Software will be changed so that
  * no possibility of confusion between the derived package and this
index 0bcbe2c92440f30cb8f2a6886a4b7fb9fb8b93f2..d4c0eec22d799652c45d48a8e4070f0fc09269c7 100644 (file)
                                 </xsl:choose>
                             </xsl:variable>
 
-                            <!-- The line below is not splitted in multiple
+                            <!-- The line below is not split into multiple
                                  lines to avoid rendering a broken URL. -->
                             <a href="https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__&amp;list_id=144532&amp;product=Apache%20httpd-2&amp;query_format=specific&amp;order=changeddate%20DESC%2Cpriority%2Cbug_severity&amp;component={$bugzilla_prefix}{name}">
 
                             </a>
                         </li>
                         <li>
-                            <!-- The line below is not splitted in multiple
+                            <!-- The line below is not split into multiple
                                  lines to avoid rendering a broken URL. -->
                             <a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&amp;component={$bugzilla_prefix}{name}">
                                 <xsl:value-of
 
 <!-- ==================================================================== -->
 <!-- <context>                                                            -->
-<!-- Each entry is separeted with a comma                                 -->
+<!-- Each entry is separated with a comma                                 -->
 <!-- ==================================================================== -->
 <xsl:template match="context">
 <xsl:choose>
index c8d7f2eddd1d2aea4b38dd8fe5e4acc2331a3d87..551549949a0c26b0550b0f0995cad2818bb0426e 100644 (file)
         to ensure safe operations?</strong>
 
         <p class="indent">
-          suEXEC cleans the process' environment by establishing a
+          suEXEC cleans the process's environment by establishing a
           safe execution PATH (defined during configuration), as
           well as only passing through those variables whose names
           are listed in the safe environment list (also created