# HG changeset patch # User Igor Sysoev # Date 1280235853 0 # Node ID c1385a3b8093815925f32a977cce8b795c88235a # Parent b9a64a91fe76c41d828419ffcd40442b1049e51a fix typo diff -r b9a64a91fe76 -r c1385a3b8093 src/http/ngx_http_upstream.c --- a/src/http/ngx_http_upstream.c Tue Jul 27 11:22:59 2010 +0000 +++ b/src/http/ngx_http_upstream.c Tue Jul 27 13:04:13 2010 +0000 @@ -1951,7 +1951,7 @@ 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; }