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

index 5bcb30ede433863192c97486e3eb4e01c1490edf..38943fdcf287345dee6a38969302472dd3efbaa4 100644 (file)
@@ -688,7 +688,7 @@ ngx_http_core_find_config_phase(ngx_http_request_t *r,
         && clcf->client_max_body_size < r->headers_in.content_length_n)
     {
         ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
-                      "client intented to send too large body: %O bytes",
+                      "client intended to send too large body: %O bytes",
                       r->headers_in.content_length_n);
 
         ngx_http_finalize_request(r, NGX_HTTP_REQUEST_ENTITY_TOO_LARGE);