| Index: net/quic/quic_headers_stream.cc
|
| diff --git a/net/quic/quic_headers_stream.cc b/net/quic/quic_headers_stream.cc
|
| index b7ab0f6b5c7e3cfbf053bbd39fdc1c307fdf664b..1712a2e58cac85dd81193c4cae3d171419d22805 100644
|
| --- a/net/quic/quic_headers_stream.cc
|
| +++ b/net/quic/quic_headers_stream.cc
|
| @@ -134,7 +134,7 @@ class QuicHeadersStream::SpdyFramerVisitor
|
| }
|
|
|
| virtual void OnContinuation(SpdyStreamId stream_id, bool end) OVERRIDE {
|
| - CloseConnection("SPDY CONTINUATION frame recevied.");
|
| + CloseConnection("SPDY CONTINUATION frame received.");
|
| }
|
|
|
| // SpdyFramerDebugVisitorInterface implementation
|
|
|