]> granicus.if.org Git - apache/commitdiff
Fix typo in comment
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 21 Jan 2016 18:45:54 +0000 (18:45 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 21 Jan 2016 18:45:54 +0000 (18:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1726061 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_fcgi.c

index 9068e6e630550337b2e7941f5f8e76634cbcb837..90c63c3bb5d003e7d875c5dc6ce429443048484d 100644 (file)
@@ -834,7 +834,7 @@ static int fcgi_do_request(apr_pool_t *p, request_rec *r,
                   &err, &bad_request, &has_responded);
     if (rv != APR_SUCCESS) {
         /* If the client aborted the connection during retrieval or (partially)
-         * sending the response, dont't return a HTTP_SERVICE_UNAVAILABLE, since
+         * sending the response, don't return a HTTP_SERVICE_UNAVAILABLE, since
          * this is not a backend problem. */
         if (r->connection->aborted) {
             ap_log_rerror(APLOG_MARK, APLOG_TRACE1, rv, r,