Fix spelling errors found by codespell. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873985 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mike Rumph
2020-02-13 18:15:57 +00:00
parent b6dd2f55dc
commit 85760859ca
101 changed files with 168 additions and 168 deletions

View File

@ -124,7 +124,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