From 5de00b4e547253b49ca6941cdd2217cf097c89aa Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 8 Sep 2011 13:10:22 +0000 Subject: [PATCH] typo in comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1166672 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 0227c22824..ebd0500e74 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -307,7 +307,7 @@ AP_DECLARE(void) ap_clear_method_list(ap_method_list_t *l); AP_DECLARE(void) ap_set_content_type(request_rec *r, const char *ct); /** - * Set the Accept-Ranges header for this respons + * Set the Accept-Ranges header for this response * @param r The current request */ AP_DECLARE(void) ap_set_accept_ranges(request_rec *r); -- 2.40.0