]> git.kaiwu.me - nginx.git/commitdiff
SPDY: fixed typo in log message.
authorValentin Bartenev <vbart@nginx.com>
Wed, 16 Apr 2014 07:40:42 +0000 (11:40 +0400)
committerValentin Bartenev <vbart@nginx.com>
Wed, 16 Apr 2014 07:40:42 +0000 (11:40 +0400)
src/http/ngx_http_spdy.c

index b935b6fdda2a8b23908f13780fd99b3aa34f9ec3..9bd624c82bcb925cf322ff0cfa1113967c3fe67c 100644 (file)
@@ -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)