mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
odd assortment of spelling fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@947651 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -876,7 +876,7 @@ static int fcgi_do_request(apr_pool_t *p, request_rec *r,
|
||||
return HTTP_SERVICE_UNAVAILABLE;
|
||||
}
|
||||
|
||||
/* Step 2: Send Enviroment via FCGI_PARAMS */
|
||||
/* Step 2: Send Environment via FCGI_PARAMS */
|
||||
rv = send_environment(conn, r, request_id);
|
||||
if (rv != APR_SUCCESS) {
|
||||
ap_log_error(APLOG_MARK, APLOG_ERR, rv, r->server,
|
||||
|
Reference in New Issue
Block a user