| Index: net/websockets/websocket_throttle.h
|
| diff --git a/net/websockets/websocket_throttle.h b/net/websockets/websocket_throttle.h
|
| index 713e8f829c291b9e0855efa06770cbc8706af2b2..aff73051f959f4352d04725ccdbd362efa7a2ef1 100644
|
| --- a/net/websockets/websocket_throttle.h
|
| +++ b/net/websockets/websocket_throttle.h
|
| @@ -43,7 +43,7 @@ class NET_EXPORT_PRIVATE WebSocketThrottle {
|
|
|
| // Checks sockets waiting in |queue_| and check the socket is the front of
|
| // every queue for the destination addresses of |socket|.
|
| - // If so, the socket can resume estabilshing connection, so wake up
|
| + // If so, the socket can resume establishing connection, so wake up
|
| // the socket.
|
| void WakeupSocketIfNecessary();
|
|
|
|
|