]> granicus.if.org Git - apache/commitdiff
doc typo fix: s/ap_fine_path_info/ap_find_path_info/
authorStas Bekman <stas@apache.org>
Wed, 19 Feb 2003 02:52:28 +0000 (02:52 +0000)
committerStas Bekman <stas@apache.org>
Wed, 19 Feb 2003 02:52:28 +0000 (02:52 +0000)
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

index 598df7d1ff7b8602696ce1b220b5c7f7a5733eba..2aa9461cb27c8f16e30dade5114af5384c83ff9a 100644 (file)
@@ -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);