]> granicus.if.org Git - apache/commitdiff
typo in comment
authorEric Covener <covener@apache.org>
Thu, 8 Sep 2011 13:10:22 +0000 (13:10 +0000)
committerEric Covener <covener@apache.org>
Thu, 8 Sep 2011 13:10:22 +0000 (13:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1166672 13f79535-47bb-0310-9956-ffa450edef68

include/http_protocol.h

index 0227c228243211cb05fdeff8e3306bcd48cb318c..ebd0500e7415a8faf20090741cfdf011a62e4bc6 100644 (file)
@@ -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);