diff options
Diffstat (limited to 'include/mod_auth.h')
-rw-r--r-- | include/mod_auth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mod_auth.h b/include/mod_auth.h index 9b9561e..639b97f 100644 --- a/include/mod_auth.h +++ b/include/mod_auth.h @@ -123,7 +123,7 @@ typedef struct { } authz_provider; /* ap_authn_cache_store: Optional function for authn providers - * to enable cacheing their lookups with mod_authn_cache + * to enable caching their lookups with mod_authn_cache * @param r The request rec * @param module Module identifier * @param user User name to authenticate |