]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backports: r1687643
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 9 Nov 2016 14:39:05 +0000 (14:39 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 9 Nov 2016 14:39:05 +0000 (14:39 +0000)
Submitted by: covener

be less weird in comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-merge-http-strict@1768978 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index 27de5db616205fea504b44e0fdce50e001c09218..487c362732a709f7bd03df4742340af2908d07b5 100644 (file)
@@ -240,7 +240,7 @@ AP_DECLARE(apr_status_t) ap_rgetline_core(char **s, apr_size_t n,
         }
 
         /* Something horribly wrong happened.  Someone didn't block! 
-         * (this also happens at the end of each kept-alive connection)
+         * (this also happens at the end of each keepalive connection)
          */
         if (APR_BRIGADE_EMPTY(bb)) {
             return APR_EGENERAL;