From 49d4fdac6aafa90bfed366c2f4fb1ced703f5720 Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Wed, 19 Feb 2003 02:52:28 +0000 Subject: [PATCH] doc typo fix: s/ap_fine_path_info/ap_find_path_info/ PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98720 13f79535-47bb-0310-9956-ffa450edef68 --- include/util_script.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/util_script.h b/include/util_script.h index 598df7d1ff..2aa9461cb2 100644 --- a/include/util_script.h +++ b/include/util_script.h @@ -94,7 +94,7 @@ AP_DECLARE(char **) ap_create_environment(apr_pool_t *p, apr_table_t *t); * @param uri The uri we are currently parsing * @param path_info The current path info * @return The length of the path info - * @deffunc int ap_fine_path_info(const char *uri, const char *path_info) + * @deffunc int ap_find_path_info(const char *uri, const char *path_info) */ AP_DECLARE(int) ap_find_path_info(const char *uri, const char *path_info); -- 2.40.0