Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(495)

Unified Diff: net/quic/quic_headers_stream.cc

Issue 188173003: QUIC - Fix the spelling error in "frame received." message. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698