]> git.kaiwu.me - nginx.git/commitdiff
fix typo
authorIgor Sysoev <igor@sysoev.ru>
Wed, 14 Nov 2007 14:58:27 +0000 (14:58 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 14 Nov 2007 14:58:27 +0000 (14:58 +0000)
src/http/modules/ngx_http_fastcgi_module.c

index 36cecdb7ba6200635d582401f585de30d9fc86ce..fb2578bf34a15c500747d69d50760f2ac4936db8 100644 (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;
     }