# HG changeset patch # User Igor Sysoev # Date 1280235853 0 # Node ID c1385a3b8093815925f32a977cce8b795c88235a # Parent b9a64a91fe76c41d828419ffcd40442b1049e51a fix typo diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c @@ -1951,7 +1951,7 @@ ngx_http_upstream_process_body_in_memory if (size == 0) { ngx_log_error(NGX_LOG_ALERT, c->log, 0, - "upstream buffer is too small to read repsonse"); + "upstream buffer is too small to read response"); ngx_http_upstream_finalize_request(r, u, NGX_ERROR); return; }