From: Yann Ylavic Date: Mon, 22 Jun 2020 20:03:38 +0000 (+0000) Subject: Follow up to r1879076: axe stray copy/paste in pre_translate_name description. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1354 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2112660152eec5cde13532fa2197495a3bee5bc3;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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