comparison src/http/ngx_http_core_module.c @ 1591:135202406b0c

fix typo
author Igor Sysoev <igor@sysoev.ru>
date Mon, 22 Oct 2007 10:15:48 +0000
parents ad18d4814a86
children 128ea9efb824
comparison
equal deleted inserted replaced
1590:8f8e0a60685f 1591:135202406b0c
1603 1603
1604 return NGX_DONE; 1604 return NGX_DONE;
1605 } 1605 }
1606 1606
1607 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, 1607 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
1608 "could not find name location \"%V\"", name); 1608 "could not find named location \"%V\"", name);
1609 1609
1610 ngx_http_finalize_request(r, NGX_HTTP_INTERNAL_SERVER_ERROR); 1610 ngx_http_finalize_request(r, NGX_HTTP_INTERNAL_SERVER_ERROR);
1611 return NGX_DONE; 1611 return NGX_DONE;
1612 } 1612 }
1613 1613