This commit is contained in:
Igor Sysoev 2007-11-14 14:58:27 +00:00
parent a0951d5494
commit 66dbcc8d38

View File

@ -432,7 +432,7 @@ ngx_http_fastcgi_handler(ngx_http_request_t *r)
if (r->subrequest_in_memory) {
ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
"ngx_http_fastcgi_module does not support "
"subrequest in memeory");
"subrequest in memory");
return NGX_HTTP_INTERNAL_SERVER_ERROR;
}