From 2112660152eec5cde13532fa2197495a3bee5bc3 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Mon, 22 Jun 2020 20:03:38 +0000 Subject: [PATCH] Follow up to r1879076: axe stray copy/paste in pre_translate_name description. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879095 13f79535-47bb-0310-9956-ffa450edef68 --- include/http_request.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/http_request.h b/include/http_request.h index 323a0cfcd52..8f283975eac 100644 --- a/include/http_request.h +++ b/include/http_request.h @@ -365,7 +365,6 @@ AP_DECLARE_HOOK(int,create_request,(request_rec *r)) /** * This hook allow modules an opportunity to translate the URI into an * actual filename, before URL decoding happens. - * rules will be followed. * @param r The current request * @return OK, DECLINED, or HTTP_... * @ingroup hooks -- 2.47.3