| 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();
|
| }
|
|
|