Commit 6d1c44aa authored by Luca Toscano's avatar Luca Toscano
Browse files

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
parent 3eaeb6ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -483,7 +483,7 @@ LuaAuthzProvider rights /path/to/lua/script.lua rights_handler
<highlight language="lua">
--[[
     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.
]]--

+1 −1
Original line number Diff line number Diff line
@@ -545,7 +545,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
        <td>Escape characters as required by LDAP distinguished name escaping
            (RFC4514) and LDAP filter escaping (RFC4515).</td><td></td></tr>
    <tr><td><code>replace</code></td>
        <td>replace(string, "from", "to") replaces all occurences of "from"
        <td>replace(string, "from", "to") replaces all occurrences of "from"
            in the string with "to".</td><td></td></tr>

    </table>
+1 −1
Original line number Diff line number Diff line
@@ -371,7 +371,7 @@
      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
+1 −1
Original line number Diff line number Diff line
@@ -984,7 +984,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,
+1 −1
Original line number Diff line number Diff line
@@ -975,7 +975,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>
Loading