]> granicus.if.org Git - apache/commitdiff
Typos
authorVincent Bray <noodl@apache.org>
Tue, 26 Feb 2008 01:23:19 +0000 (01:23 +0000)
committerVincent Bray <noodl@apache.org>
Tue, 26 Feb 2008 01:23:19 +0000 (01:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@631054 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/password_encryptions.html.en
docs/manual/misc/password_encryptions.xml

index 35ab3bd7eec4d1a2889b52174a43db5610930048..4c75c0e99e50c66a0f3d2e70178d02b1e0ce3912 100644 (file)
@@ -49,7 +49,7 @@
        <dt>MD5</dt>
        <dd>"$apr1$" + the result of an Apache-specific algorithm using an
        iterated (1,000 times) MD5 digest of various combinations of a
-       randoml 32-bit salt and the password. See the APR source file
+       random 32-bit salt and the password. See the APR source file
        <a href="http://svn.apache.org/viewvc/apr/apr-util/trunk/crypto/apr_md5.c?view=markup">apr_md5.c</a>
        for the details of the algorithm.</dd>
     </dl>
       first 8 characters of CRYPT passwords are considered.</p>
       
       <p>The salt for an MD5 password is between <code>$apr1$</code> and the
-      following <code>$</code> (as a Base64-encoded binary value - max 8 chars)
+      following <code>$</code> (as a Base64-encoded binary value - max 8 chars).
       To validate <code>myPassword</code> against
       <code>$apr1$r31.....$HqJZimcKQFAMYayBlzkrA/</code></p>
       
index d5067bc6aabf26258196b81dece9632f085e6deb..0b6450efceaa885c46cec9a868e711782d3ce921 100644 (file)
@@ -50,7 +50,7 @@
        <dt>MD5</dt>
        <dd>"$apr1$" + the result of an Apache-specific algorithm using an
        iterated (1,000 times) MD5 digest of various combinations of a
-       randoml 32-bit salt and the password. See the APR source file
+       random 32-bit salt and the password. See the APR source file
        <a href="http://svn.apache.org/viewvc/apr/apr-util/trunk/crypto/apr_md5.c?view=markup">apr_md5.c</a>
        for the details of the algorithm.</dd>
     </dl>
       first 8 characters of CRYPT passwords are considered.</p>
       
       <p>The salt for an MD5 password is between <code>$apr1$</code> and the
-      following <code>$</code> (as a Base64-encoded binary value - max 8 chars)
+      following <code>$</code> (as a Base64-encoded binary value - max 8 chars).
       To validate <code>myPassword</code> against
       <code>$apr1$r31.....$HqJZimcKQFAMYayBlzkrA/</code></p>