changeset 5652:b6240baead00

SPDY: fixed typo in log message.
author Valentin Bartenev <vbart@nginx.com>
date Wed, 16 Apr 2014 11:40:42 +0400
parents b51bd021808b
children cb308813b453 1dfb75c43080
files src/http/ngx_http_spdy.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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_
     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)