summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/p2p/socket_host_tcp.cc
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2015-11-23 12:18:11 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-23 20:19:14 +0000
commit259626c7ca1971bca226343df8d88c2b44530158 (patch)
tree1db5105ff09e66497ef918cd024b8a87bab690bf /content/browser/renderer_host/p2p/socket_host_tcp.cc
parent7367b626db3f63c3a8dd6720ffc7e4eeac180d38 (diff)
downloadchromium_src-259626c7ca1971bca226343df8d88c2b44530158.zip
chromium_src-259626c7ca1971bca226343df8d88c2b44530158.tar.gz
chromium_src-259626c7ca1971bca226343df8d88c2b44530158.tar.bz2
Cleanup: Correctly spell success(ful).
TBR=brettw@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1469783002 Cr-Commit-Position: refs/heads/master@{#361166}
Diffstat (limited to 'content/browser/renderer_host/p2p/socket_host_tcp.cc')
-rw-r--r--content/browser/renderer_host/p2p/socket_host_tcp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/renderer_host/p2p/socket_host_tcp.cc b/content/browser/renderer_host/p2p/socket_host_tcp.cc
index 0273b64..cb4d60d 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();
}