]> granicus.if.org Git - apache/commitdiff
Fix comment errors in mod_proxy_fcgi.
authorMike Rumph <mrumph@apache.org>
Tue, 30 Dec 2014 18:04:32 +0000 (18:04 +0000)
committerMike Rumph <mrumph@apache.org>
Tue, 30 Dec 2014 18:04:32 +0000 (18:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1648559 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_fcgi.c

index e35d6ccc7ff8c4be2d6bffcedd89d14905f74ce6..ac8e9206675062146736a984653a0be0c5c40746 100644 (file)
@@ -636,7 +636,7 @@ recv_again:
                         apr_brigade_cleanup(ob);
                     }
 
-                    /* If we didn't read all the data go back and get the
+                    /* If we didn't read all the data, go back and get the
                      * rest of it. */
                     if (clen > readbuflen) {
                         clen -= readbuflen;
@@ -718,7 +718,7 @@ static int fcgi_do_request(apr_pool_t *p, request_rec *r,
                            char *url, char *server_portstr)
 {
     /* Request IDs are arbitrary numbers that we assign to a
-     * single request. This would allow multiplex/pipelinig of
+     * single request. This would allow multiplex/pipelining of
      * multiple requests to the same FastCGI connection, but
      * we don't support that, and always use a value of '1' to
      * keep things simple. */