# HG changeset patch # User Igor Sysoev # Date 1193048148 0 # Node ID 135202406b0c1918dfaf28bd7d23b3db0c9b03bd # Parent 8f8e0a60685fafec6e1d08ff656750fc78ac99d1 fix typo diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -1605,7 +1605,7 @@ ngx_http_named_location(ngx_http_request } ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, - "could not find name location \"%V\"", name); + "could not find named location \"%V\"", name); ngx_http_finalize_request(r, NGX_HTTP_INTERNAL_SERVER_ERROR); return NGX_DONE;