]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1879076: axe stray copy/paste in pre_translate_name description.
authorYann Ylavic <ylavic@apache.org>
Mon, 22 Jun 2020 20:03:38 +0000 (20:03 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 22 Jun 2020 20:03:38 +0000 (20:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879095 13f79535-47bb-0310-9956-ffa450edef68

include/http_request.h

index 323a0cfcd523a84382fb89aff9cd8199a4b013b6..8f283975eac3c0abdd3eca51c6ca65070befd0b7 100644 (file)
@@ -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