git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685191
13f79535-47bb-0310-9956-
ffa450edef68
* is not a request that is coming over an already kept alive connection
* with the client, do NOT reuse the connection to the backend, because
* we cannot forward a failure to the client in this case as the client
- * does NOT expects this in this situation.
+ * does NOT expect this in this situation.
* Yes, this creates a performance penalty.
*/
if ((r->proxyreq == PROXYREQ_REVERSE) && (!c->keepalives)