# HG changeset patch # User Piotr Sikora # Date 1496263896 25200 # Node ID 610a219b28f66fa31ecdd4091da6ce209fb121c0 # Parent 057ec63be834988b6435b4ef64a1c3bd0cc23959 Upstream: style. Signed-off-by: Piotr Sikora 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 @@ -2729,7 +2729,7 @@ ngx_http_upstream_process_body_in_memory rev = c->read; ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0, - "http upstream process body on memory"); + "http upstream process body in memory"); if (rev->timedout) { ngx_connection_error(c, NGX_ETIMEDOUT, "upstream timed out");