From df2e29eb0da0082d81953e3d54bff1e269cce544 Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Fri, 13 Sep 2002 23:59:58 +0000 Subject: [PATCH] Revert the examples to use AuthGroupFile git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96798 13f79535-47bb-0310-9956-ffa450edef68 --- modules/aaa/mod_authz_groupfile.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/aaa/mod_authz_groupfile.c b/modules/aaa/mod_authz_groupfile.c index 219c8a1662..3be7eab722 100644 --- a/modules/aaa/mod_authz_groupfile.c +++ b/modules/aaa/mod_authz_groupfile.c @@ -58,7 +58,7 @@ /* This module is triggered by an * - * AuthzGroupFile standard /path/to/file + * AuthGroupFile standard /path/to/file * * and the presense of a * @@ -66,10 +66,10 @@ * * In an applicable limit/directory block for that method. * - * If there are no AuthzGroupFile directives valid for + * If there are no AuthGroupFile directives valid for * the request; we DECLINED. * - * If the AuthzGroupFile is defined; but somehow not + * If the AuthGroupFile is defined; but somehow not * accessible: we SERVER_ERROR (was DECLINED). * * If there are no 'require ' directives defined for -- 2.50.1