diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-09-20 03:00:53 +0200 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-09-20 03:00:53 +0200 |
commit | 88053568a72ab62370b58c3aeb9abf69052826aa (patch) | |
tree | 714de755e678dca1c2871ca71b5a84ea1dc45ad3 /include/ap_provider.h | |
parent | Axe unused file. (diff) | |
download | apache2-88053568a72ab62370b58c3aeb9abf69052826aa.tar.xz apache2-88053568a72ab62370b58c3aeb9abf69052826aa.zip |
Fix typo in doxygen comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96921 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_provider.h')
-rw-r--r-- | include/ap_provider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_provider.h b/include/ap_provider.h index c5e06d414d..22fe2eb96d 100644 --- a/include/ap_provider.h +++ b/include/ap_provider.h @@ -80,7 +80,7 @@ AP_DECLARE(apr_status_t) ap_register_provider(apr_pool_t *pool, * provider pool. * @param provider_group The group to look for this provider in * @param provider_name The name for the provider - * @return provider point if found, NULL otherwise + * @return provider pointer to provider if found, NULL otherwise */ AP_DECLARE(void *) ap_lookup_provider(const char *provider_group, const char *provider_name); |