From c10c13df92dde288c8a6ae024ebba90d18528ce1 Mon Sep 17 00:00:00 2001
From: Vincent Bray
Date: Tue, 26 Feb 2008 01:23:19 +0000
Subject: [PATCH] Typos
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 | 4 ++--
docs/manual/misc/password_encryptions.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/manual/misc/password_encryptions.html.en b/docs/manual/misc/password_encryptions.html.en
index 35ab3bd7ee..4c75c0e99e 100644
--- a/docs/manual/misc/password_encryptions.html.en
+++ b/docs/manual/misc/password_encryptions.html.en
@@ -49,7 +49,7 @@
MD5
"$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
apr_md5.c
for the details of the algorithm.
@@ -108,7 +108,7 @@
first 8 characters of CRYPT passwords are considered.
The salt for an MD5 password is between $apr1$
and the
- following $
(as a Base64-encoded binary value - max 8 chars)
+ following $
(as a Base64-encoded binary value - max 8 chars).
To validate myPassword
against
$apr1$r31.....$HqJZimcKQFAMYayBlzkrA/
diff --git a/docs/manual/misc/password_encryptions.xml b/docs/manual/misc/password_encryptions.xml
index d5067bc6aa..0b6450efce 100644
--- a/docs/manual/misc/password_encryptions.xml
+++ b/docs/manual/misc/password_encryptions.xml
@@ -50,7 +50,7 @@
MD5
"$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
apr_md5.c
for the details of the algorithm.
@@ -109,7 +109,7 @@
first 8 characters of CRYPT passwords are considered.
The salt for an MD5 password is between $apr1$
and the
- following $
(as a Base64-encoded binary value - max 8 chars)
+ following $
(as a Base64-encoded binary value - max 8 chars).
To validate myPassword
against
$apr1$r31.....$HqJZimcKQFAMYayBlzkrA/
--
2.40.0