]> granicus.if.org Git - apache/commitdiff
fix a spelling error in a comment
authorJeff Trawick <trawick@apache.org>
Fri, 19 Apr 2002 16:04:24 +0000 (16:04 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 19 Apr 2002 16:04:24 +0000 (16:04 +0000)
Submitted by: Stas Bekman
Reviewed by: Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94711 13f79535-47bb-0310-9956-ffa450edef68

include/http_protocol.h

index 0bdd87baa99174cf5a38e7e0e8c9f30b14a3246b..cdea1b2eb711840e10adf887599d9c5bb663065c 100644 (file)
@@ -443,7 +443,7 @@ AP_DECLARE(int) ap_setup_client_block(request_rec *r, int read_policy);
 
 /**
  * Determine if the client has sent any data.  This also sends a 
- * 100 Continue resposne to HTTP/1.1 clients, so modules should not be called
+ * 100 Continue response to HTTP/1.1 clients, so modules should not be called
  * until the module is ready to read content.
  * @warning Never call this function more than once.
  * @param r The current request