diff options
author | Eric Covener <covener@apache.org> | 2011-09-08 15:10:22 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2011-09-08 15:10:22 +0200 |
commit | 5de00b4e547253b49ca6941cdd2217cf097c89aa (patch) | |
tree | daaeba4d50bbd8027711763bcc43d31c025842c5 /include/http_protocol.h | |
parent | Set Accept-Rangs: none instead of unsetting the Accept-Range header when we (diff) | |
download | apache2-5de00b4e547253b49ca6941cdd2217cf097c89aa.tar.xz apache2-5de00b4e547253b49ca6941cdd2217cf097c89aa.zip |
typo in comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1166672 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | include/http_protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |