]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix spelling errors in docs found by codespell. [skip ci]
authorMike Rumph <mrumph@apache.org>
Mon, 17 Feb 2020 21:41:22 +0000 (21:41 +0000)
committerMike Rumph <mrumph@apache.org>
Mon, 17 Feb 2020 21:41:22 +0000 (21:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874148 13f79535-47bb-0310-9956-ffa450edef68

35 files changed:
docs/manual/developer/hooks.xml
docs/manual/developer/lua.xml
docs/manual/howto/http2.xml
docs/manual/howto/reverse_proxy.xml
docs/manual/misc/perf-scaling.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_speling.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/programs/htdbm.xml
docs/manual/rewrite/remapping.xml
docs/manual/rewrite/rewritemap.xml
docs/manual/rewrite/vhosts.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 8dc15ca95ee553ea4832b0a9b1720acb192838e4..010aa9ef8cfb8c943a9585834b88b446bae0e229 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 32e84e3c8f2dc0d16492eaa2a4330e71d4aa4e6a..fc738cfec1ff158f51b1a8be01b5ab5dc0b3f6ce 100644 (file)
@@ -112,7 +112,7 @@ through the <directive module="mod_lua">LuaCodeCache</directive> directive. If y
 your scripts on a production server, and you do not need to update them regularly, it may be
 advantageous to set this directive to the <code>forever</code> value, which will cause mod_lua
 to skip the stat process and always reuse the compiled byte-code from the first access to the
-script, thus speeding up the processing. For Lua hooks, this can prove to increase peformance,
+script, thus speeding up the processing. For Lua hooks, this can prove to increase performance,
 while for scripts handled by the <code>lua-script</code> handler, the increase in performance
 may be negligible, as files httpd will stat the files regardless.
 </p>
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 abf9b7caae17660bfc0a1292fdf39250669aaf2c..f6186bf64a3436d3b80d822bd837a17d1209beec 100644 (file)
@@ -1437,7 +1437,7 @@ CacheMaxExpire 21600
     <section id="further-considerations">
         <title>Further Considerations
         </title>
-        <p>Armed with the knowledge of how to tune a sytem to deliver the
+        <p>Armed with the knowledge of how to tune a system to deliver the
             desired the performance, we will soon discover that <em>one</em>
             system might prove a bottleneck. How to make a system fit for
             growth, or how to put a number of systems into tune will be
index b7ddbec262c0aa124df2e4e909c457f7e10fee3f..49536ed8b3376e4d8ea75ff7a8d1cd00bae20787 100644 (file)
@@ -240,7 +240,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 65339eb6e07e607083c1e39b6a6acbc3905d7773..250b317a0525f149dccfc1fe72d62a1a13e471b1 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 2ee2e9fa6d6fed7eaa7a57cc31e66dadcda98445..9266cb89b11c671c6e91a160d2976ad7f574ef91 100644 (file)
@@ -58,7 +58,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)
@@ -73,7 +73,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 4594305786f38f1855087c5995b936291f93d0e7..0c73aba3b815f3b1cce5b56360a2f977e57b41ab 100644 (file)
@@ -814,7 +814,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 5f43b42c10b197c12e762737247e1c1bfd83287a..0140e880aba48aa53a9a2bd5b9789e6319f1df71 100644 (file)
@@ -412,7 +412,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 aa9acf1e024bf24301f2427fef0d79aa66617ddc..a4db59cbfd518cccf824d675e4e45bb12180f54b 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
@@ -968,7 +968,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 78c5e6441ff922a608c5b9120e333b2099b1e624..0997ff295dbfaf690904403710b6594c92895693 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 68bd29113bc174ce3507536a947e17be1a8ad512..58362e04acfa3306a4ab3177b96b498097dbba50 100644 (file)
@@ -536,7 +536,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 313d629af29224e4a2ec7e4a4c5006a77f71d213..98a315fe5b2b35ed93a2baf978c33ec324f83e71 100644 (file)
@@ -1100,7 +1100,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 0ed96cedb9e0070c871c3da28da3494ea4fd8593..397bcc8b90b1de4dcf36121a03c5fd4d6625e80c 100644 (file)
@@ -253,7 +253,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 54f9d7684c14518bd6581a702a41e0271da541fe..e430b400ce8eb1059b9ecd6a91225e0c9ad42327 100644 (file)
@@ -151,7 +151,7 @@ module</description>
     <p>When set, this directive extends the action of the spelling correction
     to the file name extension. For example a file <code>foo.gif</code> will
     match a request for <code>foo</code> or <code>foo.jpg</code>. This can be
-    particulary useful in conjunction with
+    particularly useful in conjunction with
     <a href="../content-negotiation.html">MultiViews</a>.</p>
 </usage>
 </directivesynopsis>
index 8404b9e67402a445ff4cf7a7990ab5522f50528a..f8d17ad5e9d5a8a26cd84b47b215370848662807 100644 (file)
@@ -72,7 +72,7 @@
 
     <p>The <var>substitution</var> may contain literal text and regular
     expression backreferences. If the substitution begins with the text 
-    <code>expr=</code> it is intepreted as an <a href="../expr.html">
+    <code>expr=</code> it is interpreted as an <a href="../expr.html">
     expression</a> which allows access to environment variables and
     header values.  </p>
 
@@ -86,7 +86,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 c845d670720333e0ee6e07b2024c5af72833befb..1ab611f898bc87c296aec8272046af8cf42ee543 100644 (file)
@@ -322,7 +322,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 522431725e850caac7ea13989d531709b053a620..19b90d7b6db9b304a45886c62fa281ee1c297d0a 100644 (file)
     </example>
 
     <p>The first line creates a new password database with a temporary
-    placeholder entry, and the thrid line removes that placeholder.</p>
+    placeholder entry, and the third line removes that placeholder.</p>
 
 </section>
 
index 5a2491c69f5e7bc97093439143a660b14cfd29e4..b7534d7b864ec44cbb218930c99737690077322a 100644 (file)
@@ -619,7 +619,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 e206f7b3dec331a85279f8da8bd35e7e2a1f2e97..c733dde2a505dac2e028be7291aec745af454b29 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 8910f5440f753dc8683cef85df8facc47f9e7ae0..bbca372626ff84baed8f6ebc432dc4907f64b6dc 100644 (file)
@@ -65,7 +65,7 @@ mod_rewrite</a> document.</note>
     <code><strong>SITE</strong>.example.com</code> for each
     user, and serve their content out of
     <code>/home/<strong>SITE</strong>/www</code>. However, we want
-    <code>www.example.com</code> to be ommitted from this mapping.</p>
+    <code>www.example.com</code> to be omitted from this mapping.</p>
     </dd>
 
     <dt>Solution:</dt>
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 f8dbecf18b8cd8d135b0ea594fa4dc0789f5b700..5d3a052964dc815bd9dc01be6c0f34b8cf80d433 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 af2524a24630867f55a31d052d5d094e675ab0ae..c92ad281f5d33a6141ac993af0e5e0f5c9b6cda0 100644 (file)
@@ -688,7 +688,7 @@ if (typeof(prettyPrint) !== 'undefined') {
     <xsl:call-template name="pre" />
 </pre>&lf; <!-- /.highlight -->
 </xsl:template>
-<!-- /higlight -->
+<!-- /highlight -->
 
 
 <!-- ==================================================================== -->
@@ -1248,7 +1248,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 f3e0a964b26f85a75fd600549bc9c934e9d10ca1..65306cb8e90a6e93e986016639471a6dbae62043 100644 (file)
@@ -37,7 +37,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"
@@ -56,7 +56,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 1345933864d632f2d6c82baf0e652bff4e020e3f..17df5f6a1186222928901353665bdb4aa21259ae 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 1b464a7324b29bc4c9f5dee45dfe46482fcf350e..0547a91006a746ce7add61a59e27b87b51ff1b9f 100644 (file)
                             </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/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}">
                                 <xsl:value-of
                             </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 2d42a839557c5b9204360879ab9672838341aa5a..e447a79706b945fe1e77e869ede876fcb5ddac49 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