From 2e2c27c230b4b6128f08403156a59fb0f60ecda5 Mon Sep 17 00:00:00 2001 From: Mike Rumph Date: Tue, 30 Dec 2014 18:04:32 +0000 Subject: [PATCH] Fix comment errors in mod_proxy_fcgi. 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/proxy/mod_proxy_fcgi.c b/modules/proxy/mod_proxy_fcgi.c index e35d6ccc7f..ac8e920667 100644 --- a/modules/proxy/mod_proxy_fcgi.c +++ b/modules/proxy/mod_proxy_fcgi.c @@ -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. */ -- 2.40.0