1
0
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:
Jeff Trawick
2010-05-24 14:26:49 +00:00
parent e91ff38954
commit 1477c61e6f
8 changed files with 9 additions and 9 deletions

View File

@@ -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,