From 4ebcf38f23742605d4ad3ed45c5def01284ce31b Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Fri, 19 Apr 2002 11:33:29 +0000 Subject: [PATCH] fix a typo in a comment for ap_get_client_block() Submitted by: Stas Bekman Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94708 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 28402a1216..0bdd87baa9 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -437,7 +437,7 @@ AP_DECLARE(const char *) ap_get_status_line(int status); * REQUEST_CHUNKED_DECHUNK If chunked, remove the chunks for me. * * @return either OK or an error code - * @deffunc int ap_setup_cleint_block(request_rec *r, int read_policy) + * @deffunc int ap_setup_client_block(request_rec *r, int read_policy) */ AP_DECLARE(int) ap_setup_client_block(request_rec *r, int read_policy); -- 2.50.1