aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-11-14 14:58:27 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-11-14 14:58:27 +0000
commit66dbcc8d387465b018e508d47cffd510526943d9 (patch)
tree6509170b500c72f0540cc61300d5e31b2838fdd5 /src
parenta0951d5494a8864c026a83510b34c3859224af26 (diff)
downloadnginx-66dbcc8d387465b018e508d47cffd510526943d9.tar.gz
nginx-66dbcc8d387465b018e508d47cffd510526943d9.zip
fix typo
Diffstat (limited to 'src')
-rw-r--r--src/http/modules/ngx_http_fastcgi_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_fastcgi_module.c b/src/http/modules/ngx_http_fastcgi_module.c
index 36cecdb7b..fb2578bf3 100644
--- a/src/http/modules/ngx_http_fastcgi_module.c
+++ b/src/http/modules/ngx_http_fastcgi_module.c
@@ -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;
}