# HG changeset patch # User Valentin Bartenev # Date 1397634042 -14400 # Node ID b6240baead0041cb59324ab313c8a3b89cb0adf9 # Parent b51bd021808bdac27152de6f5c02648040fd2bca SPDY: fixed typo in log message. diff -r b51bd021808b -r b6240baead00 src/http/ngx_http_spdy.c --- a/src/http/ngx_http_spdy.c Wed Apr 16 11:40:38 2014 +0400 +++ b/src/http/ngx_http_spdy.c Wed Apr 16 11:40:42 2014 +0400 @@ -943,7 +943,7 @@ if (sc->processing >= sscf->concurrent_streams) { ngx_log_error(NGX_LOG_INFO, sc->connection->log, 0, - "spdy concurrent streams excessed %ui", sc->processing); + "spdy concurrent streams exceeded %ui", sc->processing); if (ngx_http_spdy_send_rst_stream(sc, sid, NGX_SPDY_REFUSED_STREAM, prio)