diff 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
line wrap: on
line diff
--- 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;