aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mitmproxy/websocket.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/websocket.py b/mitmproxy/websocket.py
index 66257852..253503f4 100644
--- a/mitmproxy/websocket.py
+++ b/mitmproxy/websocket.py
@@ -57,7 +57,7 @@ class WebSocketMessage(serializable.Serializable):
class WebSocketFlow(flow.Flow):
"""
- A WebsocketFlow is a simplified representation of a Websocket connection.
+ A WebSocketFlow is a simplified representation of a Websocket connection.
"""
def __init__(self, client_conn, server_conn, handshake_flow, live=None):