From 232d9e3c8a8f133422f6080a9d66f0500b8150c6 Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Wed, 25 Jan 2017 15:19:30 +0000 Subject: Correct some typos across the documentation. 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/trunk@1780210 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/lua.xml | 2 +- docs/manual/expr.xml | 2 +- docs/manual/glossary.xml | 2 +- docs/manual/mod/core.xml | 2 +- docs/manual/mod/mod_authnz_ldap.xml | 2 +- docs/manual/mod/mod_cache.xml | 8 ++++---- docs/manual/mod/mod_ldap.xml | 2 +- docs/manual/mod/mod_lua.xml | 4 ++-- docs/manual/mod/mod_proxy_connect.xml | 2 +- docs/manual/mod/mod_rewrite.xml | 2 +- docs/manual/mod/mod_ssl.xml | 2 +- docs/manual/socache.xml | 2 +- docs/manual/ssl/ssl_intro.xml | 2 +- 13 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/manual/developer/lua.xml b/docs/manual/developer/lua.xml index 3cd23374d8..32e84e3c8f 100644 --- a/docs/manual/developer/lua.xml +++ b/docs/manual/developer/lua.xml @@ -483,7 +483,7 @@ LuaAuthzProvider rights /path/to/lua/script.lua rights_handler --[[ This script has two user groups; members and admins, and whichever - is refered to by the "Require rights" directive is checked to see + is referred to by the "Require rights" directive is checked to see if the authenticated user belongs to this group. ]]-- diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 17a36c6b00..4721abb09f 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -545,7 +545,7 @@ listfunction ::= listfuncname "(" word ")" Escape characters as required by LDAP distinguished name escaping (RFC4514) and LDAP filter escaping (RFC4515). replace - replace(string, "from", "to") replaces all occurences of "from" + replace(string, "from", "to") replaces all occurrences of "from" in the string with "to". diff --git a/docs/manual/glossary.xml b/docs/manual/glossary.xml index e8a858faba..d855f958d7 100644 --- a/docs/manual/glossary.xml +++ b/docs/manual/glossary.xml @@ -371,7 +371,7 @@ See: SSL/TLS Encryption -
Regular Expression +
Regular Expression (Regex)
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 diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 2f45798d59..431c513a79 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -984,7 +984,7 @@ the contents of file-system directories matching a regular expression.matches directories in /www/ (or any subdirectory thereof) that consist of three numbers.

- Compatability + Compatibility Prior to 2.3.9, this directive implicitly applied to sub-directories (like Directory) and could not match the end of line symbol ($). In 2.3.9 and later, diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index eef6750bd1..8e3210cd3a 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -975,7 +975,7 @@ AuthLDAPInitialBindPattern (.+) cn=$1,dc=example,dc=com AuthLDAPBindPassword -Password used in conjuction with the bind DN +Password used in conjunction with the bind DN AuthLDAPBindPassword password directory.htaccess diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index 4f68feca86..4c91c35110 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -470,7 +470,7 @@ CacheEnable disk http://.example.org/

The CacheMaxExpire 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.

@@ -493,7 +493,7 @@ CacheEnable disk http://.example.org/

The CacheMinExpire 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.

@@ -723,10 +723,10 @@ LastModified date.
  • /someapplication/image.gif;jsessionid=123456789
  • /someapplication/image.gif?PHPSESSIONID=12345678
  • -

    This causes cachable resources to be stored separately for each session, which +

    This causes cacheable resources to be stored separately for each session, which is often not desired. CacheIgnoreURLSessionIdentifiers 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.

    CacheIgnoreURLSessionIdentifiers None clears the list of ignored diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml index 0df854593e..b3b5702452 100644 --- a/docs/manual/mod/mod_ldap.xml +++ b/docs/manual/mod/mod_ldap.xml @@ -340,7 +340,7 @@ LDAPTrustedGlobalCert KEY_BASE64 /certs/key1.pem [password]

    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.

    + settings are superseded.

    The documentation for the SDK claims to support both SSL and STARTTLS, however STARTTLS does not seem to work on all versions diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index 470a11fef6..fa33c13d89 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -936,11 +936,11 @@ r:htpassword(string [,algorithm [,cost]]) -- Creates a password hash from a stri -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. -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. diff --git a/docs/manual/mod/mod_proxy_connect.xml b/docs/manual/mod/mod_proxy_connect.xml index 76bf8b4194..6e7a987644 100644 --- a/docs/manual/mod/mod_proxy_connect.xml +++ b/docs/manual/mod/mod_proxy_connect.xml @@ -67,7 +67,7 @@

    CONNECT method requests are controlled by the Proxy block as any other HTTP request going through. - SSL connections through a proxy may be filtered explicitely + SSL connections through a proxy may be filtered explicitly by specifying the target host and port, for instance:

    diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index f542186ffd..7c5a2b5c9e 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1396,7 +1396,7 @@ cannot use $N in the substitution string! qslast|QSL 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. details ... diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 37f4365beb..836c7d4065 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -1950,7 +1950,7 @@ As of release 2.4.21, all configurations which enable either one of the will use the new SSLProxyCheckPeerName behavior, and all configurations which disable either one of the SSLProxyCheckPeerName or SSLProxyCheckPeerCN 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;

    diff --git a/docs/manual/socache.xml b/docs/manual/socache.xml index d0338b8c8e..61499b0d30 100644 --- a/docs/manual/socache.xml +++ b/docs/manual/socache.xml @@ -67,7 +67,7 @@
    const char *create(ap_socache_instance_t **instance, const char *arg, apr_pool_t *tmp, apr_pool_t *p);
    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.
    apr_status_t init(ap_socache_instance_t *instance, const char *cname, diff --git a/docs/manual/ssl/ssl_intro.xml b/docs/manual/ssl/ssl_intro.xml index ecd6bddfe1..b6df87ca4c 100644 --- a/docs/manual/ssl/ssl_intro.xml +++ b/docs/manual/ssl/ssl_intro.xml @@ -530,7 +530,7 @@ the Internet Engineering Task Force (IETF).

    >AC96, ch13].

    -
    +
    Digest Function

    The choice of digest function determines how a digest is created from a record unit. SSL supports the following:

    -- cgit v1.2.3