From 3f864213bc8f077315881ebfe499e08b479b8518 Mon Sep 17 00:00:00 2001 From: Chris Darroch Date: Mon, 7 Oct 2013 16:10:07 +0000 Subject: [PATCH] Correct typo in comments for ap_map_http_request_error(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1529988 13f79535-47bb-0310-9956-ffa450edef68 --- include/http_protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/http_protocol.h b/include/http_protocol.h index 93824bf238..ee61b68769 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -506,7 +506,7 @@ AP_DECLARE(long) ap_get_client_block(request_rec *r, char *buffer, apr_size_t bu * Map specific APR codes returned by the filter stack to HTTP error * codes, or the default status code provided. Use it as follows: * - * return ap_map_http_response(rv, HTTP_BAD_REQUEST); + * return ap_map_http_request_error(rv, HTTP_BAD_REQUEST); * * If the filter has already handled the error, AP_FILTER_ERROR will * be returned, which is cleanly passed through. -- 2.40.0