]> granicus.if.org Git - apache/commitdiff
fix typo
authorChris Darroch <chrisd@apache.org>
Sat, 1 Nov 2008 14:53:09 +0000 (14:53 +0000)
committerChris Darroch <chrisd@apache.org>
Sat, 1 Nov 2008 14:53:09 +0000 (14:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709706 13f79535-47bb-0310-9956-ffa450edef68

include/mod_auth.h

index b6a69f730aa1136c8ec7b67dfe57732db328e242..546390a1fd13f4a19c8a86585b759e1db5c88487 100644 (file)
@@ -106,7 +106,7 @@ struct authn_provider_list {
 };
 
 typedef struct {
-    /* Given a request_rec, expected to return AUTH_GRANTED
+    /* Given a request_rec, expected to return AUTHZ_GRANTED
      * if we can authorize user access.
      */
     authz_status (*check_authorization)(request_rec *r,