From 32de9a8ec22621fae6c31a52a3247a89f1db54ef Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Sun, 7 Aug 2011 21:10:20 +0000 Subject: [PATCH] Typo fix (thanks to Tom Browder on users@) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1154769 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authn_dbd.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_authn_dbd.xml b/docs/manual/mod/mod_authn_dbd.xml index ab501c3133..03e3af18ce 100644 --- a/docs/manual/mod/mod_authn_dbd.xml +++ b/docs/manual/mod/mod_authn_dbd.xml @@ -150,8 +150,8 @@ AuthDBDUserPWQuery \ names of the form AUTHENTICATE_COLUMN.

The encrypted password format depends on which authentication - frontend (e.g. mod_authn_basic or - mod_authn_digest) is being used. See mod_auth_basic or + mod_auth_digest) is being used. See Password Formats for more information.

@@ -185,8 +185,8 @@ AuthDBDUserRealmQuery \ names of the form AUTHENTICATE_COLUMN.

The encrypted password format depends on which authentication - frontend (e.g. mod_authn_basic or - mod_authn_digest) is being used. See mod_auth_basic or + mod_auth_digest) is being used. See Password Formats for more information.

-- 2.40.0