]> granicus.if.org Git - apache/commitdiff
Correct some typos across the documentation.
authorLuca Toscano <elukey@apache.org>
Wed, 25 Jan 2017 15:27:20 +0000 (15:27 +0000)
committerLuca Toscano <elukey@apache.org>
Wed, 25 Jan 2017 15:27:20 +0000 (15:27 +0000)
This commit was made thanks to the tool and PR
created by Lajos Veres (vlajos) on github.

PR: https://github.com/apache/httpd/pull/6
Tool: https://github.com/vlajos/misspell_fixer

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1780218 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/glossary.xml
docs/manual/mod/core.xml
docs/manual/mod/mod_authnz_ldap.xml
docs/manual/mod/mod_cache.xml
docs/manual/mod/mod_ldap.xml
docs/manual/mod/mod_lua.xml
docs/manual/mod/mod_rewrite.xml
docs/manual/mod/mod_ssl.xml
docs/manual/socache.xml
docs/manual/ssl/ssl_intro.xml

index f8900d5c7e17b8d67d9f323080823ab741c00a3f..b573059462b4036fe7592941d8b8d5df96e90402 100644 (file)
       See: <a href="ssl/">SSL/TLS Encryption</a>
     </dd>
 
-    <dt><a name="regularexpresion" id="regularexpresion">Regular Expression</a>
+    <dt><a name="regularexpression" id="regularexpression">Regular Expression</a>
       <a name="regex" id="regex">(Regex)</a></dt>
     <dd>A way of describing a pattern in text - for example, "all the words that
       begin with the letter A" or "every 10-digit phone number" or even "Every
index 0afe34148f6c4e5ba98f1977e5dba532cb459014..17a49949961d3cb81aeb69166ac74f9d3d3f3cea 100644 (file)
@@ -961,7 +961,7 @@ the contents of file-system directories matching a regular expression.</descript
     <p>matches directories in <code>/www/</code> (or any subdirectory thereof)
     that consist of three numbers.</p>
 
-   <note><title>Compatability</title>
+   <note><title>Compatibility</title>
       Prior to 2.3.9, this directive implicitly applied to sub-directories
       (like <directive module="core" type="section">Directory</directive>) and
       could not match the end of line symbol ($).  In 2.3.9 and later,
index a17c14b09d628b2ae845416880b8ce39e81419be..686e8ec1518573db1e03229127a928b9c6cf1fad 100644 (file)
@@ -938,7 +938,7 @@ AuthLDAPInitialBindPattern (.+) cn=$1,dc=example,dc=com
 
 <directivesynopsis>
 <name>AuthLDAPBindPassword</name>
-<description>Password used in conjuction with the bind DN</description>
+<description>Password used in conjunction with the bind DN</description>
 <syntax>AuthLDAPBindPassword <em>password</em></syntax>
 <contextlist><context>directory</context><context>.htaccess</context>
 </contextlist>
index a5e9080ba28d0fa0ef22f018a241a31ea9c5f946..7723ddaebd31d1af73e97c87fd04f2e1bb6ddb36 100644 (file)
@@ -470,7 +470,7 @@ CacheEnable  disk  "http://.example.org/"
 
 <usage>
     <p>The <directive>CacheMaxExpire</directive> directive specifies the maximum number of
-    seconds for which cachable HTTP documents will be retained without checking the origin
+    seconds for which cacheable HTTP documents will be retained without checking the origin
     server. Thus, documents will be out of date at most this number of seconds. This maximum
     value is enforced even if an expiry date was supplied with the document.</p>
 
@@ -493,7 +493,7 @@ CacheEnable  disk  "http://.example.org/"
 
 <usage>
     <p>The <directive>CacheMinExpire</directive> directive specifies the minimum number of
-    seconds for which cachable HTTP documents will be retained without checking the origin
+    seconds for which cacheable HTTP documents will be retained without checking the origin
     server. This is only used if no valid expire time was supplied with the document.</p>
 
 
@@ -724,10 +724,10 @@ LastModified date.</description>
       <li><code>/someapplication/image.gif;jsessionid=123456789</code></li>
       <li><code>/someapplication/image.gif?PHPSESSIONID=12345678</code></li>
     </ul>
-    <p>This causes cachable resources to be stored separately for each session, which
+    <p>This causes cacheable resources to be stored separately for each session, which
     is often not desired. <directive>CacheIgnoreURLSessionIdentifiers</directive> lets
     define a list of identifiers that are removed from the key that is used to identify
-    an entity in the cache, such that cachable resources are not stored separately for
+    an entity in the cache, such that cacheable resources are not stored separately for
     each session.
     </p>
     <p><code>CacheIgnoreURLSessionIdentifiers None</code> clears the list of ignored
index 3c89c84cc707c02b4c0876a961b1c648a17157d1..675780ffef5f4d91be2a73e41947903f0edc7856 100644 (file)
@@ -340,7 +340,7 @@ LDAPTrustedGlobalCert KEY_BASE64 "/certs/key1.pem" [password]
         <p>Both CA and client certificates may be specified globally
         (LDAPTrustedGlobalCert) or per-connection (LDAPTrustedClientCert).
         When any settings are specified per-connection, the global
-        settings are superceded.</p>
+        settings are superseded.</p>
 
         <p>The documentation for the SDK claims to support both SSL and
         STARTTLS, however STARTTLS does not seem to work on all versions
index 077fddc3ff963ac6340c6de0a5c3a62c3ee30758..5ff9c11a9bed00a69ff4c8ead17142ba93ac760f 100644 (file)
@@ -936,11 +936,11 @@ r:htpassword(string [,algorithm [,cost]]) -- Creates a password hash from a stri
 </highlight>
 
 <highlight language="lua">
-r:mkdir(dir [,mode]) -- Creates a directory and sets mode to optional mode paramter.
+r:mkdir(dir [,mode]) -- Creates a directory and sets mode to optional mode parameter.
 </highlight>
 
 <highlight language="lua">
-r:mkrdir(dir [,mode]) -- Creates directories recursive and sets mode to optional mode paramter.
+r:mkrdir(dir [,mode]) -- Creates directories recursive and sets mode to optional mode parameter.
 </highlight>
 
 <highlight language="lua">
index 1b0028f15291ffcb7a473c90b21a67de06ef12cd..e03e1fc091012a61ed82244b142e08cc8ca7c540 100644 (file)
@@ -1371,7 +1371,7 @@ cannot use <code>$N</code> in the substitution string!
     <tr>
         <td>qslast|QSL</td>
         <td>Interpret the last (right-most) question mark as the query string
-            delimeter, instead of the first (left-most) as normally used.  
+            delimiter, instead of the first (left-most) as normally used.  
             Available in 2.4.19 and later.
         <em><a href="../rewrite/flags.html#flag_qsl">details
         ...</a></em></td>
index 596876c0056d650e52e53d6179c286c1df2630dd..f19994d64f54150a9d25eb5a561c3e9bbb3e7ff4 100644 (file)
@@ -1946,7 +1946,7 @@ As of release 2.4.21, all configurations which enable either one of the
 will use the new <directive module="mod_ssl">SSLProxyCheckPeerName</directive>
 behavior, and all configurations which disable either one of the 
 <code>SSLProxyCheckPeerName</code> or <code>SSLProxyCheckPeerCN</code> options
-will supress all remote server certificate name validation. Only the following
+will suppress all remote server certificate name validation. Only the following
 configuration will trigger the legacy certificate CN comparison in 2.4.21 and
 later releases;
 </p>
index d0338b8c8e5cdad95741d334bfb01c1339b3d450..61499b0d3068152f43e41dd27433a3e8cf6cbfaf 100644 (file)
@@ -67,7 +67,7 @@
       <dt>const char *create(ap_socache_instance_t **instance, const char *arg,
                           apr_pool_t *tmp, apr_pool_t *p);</dt>
       <dd>Create a session cache based on the given configuration string.
-      The instance pointer returned in the instance paramater will be
+      The instance pointer returned in the instance parameter will be
       passed as the first argument to subsequent invocations.</dd>
 
       <dt>apr_status_t init(ap_socache_instance_t *instance, const char *cname,
index ecd6bddfe18ea999a272ac12c578aaac68be9ced..b6df87ca4c070eea4265a3ca7510fa233cb0c5d1 100644 (file)
@@ -530,7 +530,7 @@ the Internet Engineering Task Force (IETF).</p>
     >AC96</a>, ch13].</p>
 </section>
 
-<section id="digestfuntion">
+<section id="digestfunction">
 <title>Digest Function</title>
     <p>The choice of digest function determines how a digest is created
     from a record unit. SSL supports the following:</p>