summaryrefslogtreecommitdiffstats
path: root/include/ap_provider.h
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-09-20 03:00:53 +0200
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-09-20 03:00:53 +0200
commit88053568a72ab62370b58c3aeb9abf69052826aa (patch)
tree714de755e678dca1c2871ca71b5a84ea1dc45ad3 /include/ap_provider.h
parentAxe unused file. (diff)
downloadapache2-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.h2
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);