| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index 6a0e22d44dcc97a7c66a1e9009990ba611ad2550..ad8c5f7305c13e27e1c06cbce526dd04210a50a1 100644
|
| --- a/net/spdy/spdy_session.h
|
| +++ b/net/spdy/spdy_session.h
|
| @@ -67,7 +67,7 @@ const int32_t kDefaultInitialWindowSize = 65535;
|
| // sends a SETTINGS frame with a different value.
|
| const size_t kInitialMaxConcurrentStreams = 100;
|
|
|
| -// Specifies the maxiumum concurrent streams server could send (via push).
|
| +// Specifies the maximum concurrent streams server could send (via push).
|
| const int kMaxConcurrentPushedStreams = 1000;
|
|
|
| // If more than this many bytes have been read or more than that many
|
|
|