From: Eric Covener Date: Thu, 8 Sep 2011 13:10:22 +0000 (+0000) Subject: typo in comment X-Git-Tag: 2.3.15~286 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5de00b4e547253b49ca6941cdd2217cf097c89aa;p=thirdparty%2Fapache%2Fhttpd.git typo in comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1166672 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_protocol.h b/include/http_protocol.h index 0227c228243..ebd0500e741 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);