]> granicus.if.org Git - apache/commitdiff
Fix some spelling errors in mod_proxy_fcgi comments.
authorMike Rumph <mrumph@apache.org>
Tue, 30 Dec 2014 17:43:59 +0000 (17:43 +0000)
committerMike Rumph <mrumph@apache.org>
Tue, 30 Dec 2014 17:43:59 +0000 (17:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1648557 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_fcgi.c

index 3e6aba66b1b02a44c3445e5b1e7d8ea2370cdc48..56e4977128f5148ec438a25fb9738169ffddaedf 100644 (file)
@@ -706,7 +706,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;
@@ -788,7 +788,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. */
@@ -889,7 +889,7 @@ static int proxy_fcgi_handler(request_rec *r, proxy_worker *worker,
     }
 
     /* This scheme handler does not reuse connections by default, to
-     * avoid tieing up a fastcgi that isn't expecting to work on 
+     * avoid tying up a fastcgi that isn't expecting to work on 
      * parallel requests.  But if the user went out of their way to
      * type the default value of disablereuse=off, we'll allow it.
      */