Commit 70a17996 authored by Chris Darroch's avatar Chris Darroch
Browse files

fix typo


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709706 13f79535-47bb-0310-9956-ffa450edef68
parent b840fc5f
Loading
Loading
Loading
Loading
+1 −1
Changes for include/mod_auth.h: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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,