comparison 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
comparison
equal deleted inserted replaced
1634:d3cbb96818f1 1635:481fe1bc191b
430 ngx_http_fastcgi_loc_conf_t *flcf; 430 ngx_http_fastcgi_loc_conf_t *flcf;
431 431
432 if (r->subrequest_in_memory) { 432 if (r->subrequest_in_memory) {
433 ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0, 433 ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
434 "ngx_http_fastcgi_module does not support " 434 "ngx_http_fastcgi_module does not support "
435 "subrequest in memeory"); 435 "subrequest in memory");
436 return NGX_HTTP_INTERNAL_SERVER_ERROR; 436 return NGX_HTTP_INTERNAL_SERVER_ERROR;
437 } 437 }
438 438
439 flcf = ngx_http_get_module_loc_conf(r, ngx_http_fastcgi_module); 439 flcf = ngx_http_get_module_loc_conf(r, ngx_http_fastcgi_module);
440 440