diff src/http/modules/ngx_http_fastcgi_module.c @ 1635:481fe1bc191b

fix typo
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 Nov 2007 14:58:27 +0000
parents 4c43e25d11ea
children 13f8dec720b5
line wrap: on
line diff
--- 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_reques
     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;
     }