From: Valentin Bartenev Date: Wed, 16 Apr 2014 07:40:42 +0000 (+0400) Subject: SPDY: fixed typo in log message. X-Git-Tag: release-1.6.0~4 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=c69cabed1dfb6e375c7e2c47554577812a811694;p=nginx.git SPDY: fixed typo in log message. --- diff --git a/src/http/ngx_http_spdy.c b/src/http/ngx_http_spdy.c index b935b6fdd..9bd624c82 100644 --- a/src/http/ngx_http_spdy.c +++ b/src/http/ngx_http_spdy.c @@ -943,7 +943,7 @@ ngx_http_spdy_state_syn_stream(ngx_http_spdy_connection_t *sc, u_char *pos, 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)