commit | 3cf3100977606df0f2883174f8ff81357f686d7f | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Jul 27 13:04:13 2010 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Jul 27 13:04:13 2010 +0000 |
tree | f4421787601f700991914ded5bb4a7bcfd9208d3 | |
parent | 4b7637adb6a9dee317c771fdf122ccc1af324d8c [diff] |
fix typo
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index 76e949c..de2b970 100644 --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c
@@ -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; }