From: Justin Erenkrantz Date: Fri, 20 Sep 2002 01:00:53 +0000 (+0000) Subject: Fix typo in doxygen comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aed4bd4cbcf69bea871d135ec5c0640accf6a520;p=apache Fix typo in doxygen comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96921 13f79535-47bb-0310-9956-ffa450edef68 --- 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);