]> granicus.if.org Git - apache/commitdiff
Revert the examples to use AuthGroupFile
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 13 Sep 2002 23:59:58 +0000 (23:59 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 13 Sep 2002 23:59:58 +0000 (23:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96798 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authz_groupfile.c

index 219c8a1662df0da50251172038eb4f0eff85fe6c..3be7eab722a228f2d3f75e7cc8641cafb2db8203 100644 (file)
@@ -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
  *
  * 
  * 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