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

Unified Diff: content/browser/renderer_host/p2p/socket_host_tcp.cc

Issue 1469783002: Cleanup: Correctly spell success(ful). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format media Created 5 years, 1 month 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
Index: content/browser/renderer_host/p2p/socket_host_tcp.cc
diff --git a/content/browser/renderer_host/p2p/socket_host_tcp.cc b/content/browser/renderer_host/p2p/socket_host_tcp.cc
index 0273b646cbc3872a39cdb816adc48b391b095a94..cb4d60de69a4270759c7ff086c364589a98d5de0 100644
--- a/content/browser/renderer_host/p2p/socket_host_tcp.cc
+++ b/content/browser/renderer_host/p2p/socket_host_tcp.cc
@@ -167,7 +167,7 @@ void P2PSocketHostTcpBase::OnConnected(int result) {
} else {
// If we are not doing TLS, we are ready to send data now.
// In case of TLS, SignalConnect will be sent only after TLS handshake is
- // successfull. So no buffering will be done at socket handlers if any
+ // successful. So no buffering will be done at socket handlers if any
// packets sent before that by the application.
OnOpen();
}
« no previous file with comments | « content/browser/notifications/notification_event_dispatcher_impl.cc ('k') | content/browser/safe_util_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698