]> git.kaiwu.me - nginx.git/commitdiff
fix typo
authorIgor Sysoev <igor@sysoev.ru>
Tue, 27 Jul 2010 13:04:13 +0000 (13:04 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 27 Jul 2010 13:04:13 +0000 (13:04 +0000)
src/http/ngx_http_upstream.c

index 76e949c2627830a116764735ec906ac783917479..de2b97009227432ef55bee21b771ac326f6842dd 100644 (file)
@@ -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;
         }