From: Igor Sysoev Date: Tue, 27 Jul 2010 13:04:13 +0000 (+0000) Subject: fix typo X-Git-Tag: release-0.8.47~6 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=3cf3100977606df0f2883174f8ff81357f686d7f;p=nginx.git fix typo --- diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index 76e949c26..de2b97009 100644 --- 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(ngx_http_request_t *r, 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; }