]> git.kaiwu.me - nginx.git/commitdiff
fix typo
authorIgor Sysoev <igor@sysoev.ru>
Mon, 22 Oct 2007 10:15:48 +0000 (10:15 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 22 Oct 2007 10:15:48 +0000 (10:15 +0000)
src/http/ngx_http_core_module.c

index 38943fdcf287345dee6a38969302472dd3efbaa4..6c80bc65b7c729a686fc1849389ccf9cfef205a5 100644 (file)
@@ -1605,7 +1605,7 @@ ngx_http_named_location(ngx_http_request_t *r, ngx_str_t *name)
     }
 
     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;