From: Jeff Trawick Date: Fri, 19 Apr 2002 16:04:24 +0000 (+0000) Subject: fix a spelling error in a comment X-Git-Tag: 2.0.36~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22e726f57eac4b265d24a5e6adafd65e1c457417;p=thirdparty%2Fapache%2Fhttpd.git fix a spelling error in a comment 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 --- diff --git a/include/http_protocol.h b/include/http_protocol.h index 0bdd87baa99..cdea1b2eb71 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -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