Index: LayoutTests/http/tests/websocket/tests/hybi/close-on-unload_wsh.py |
diff --git a/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload_wsh.py b/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload_wsh.py |
index a2078de8b7ca731810250d4e27380fa312d0b7ae..40baa45c6250ef6b1079a9d56735778bddaca31c 100644 |
--- a/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload_wsh.py |
+++ b/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload_wsh.py |
@@ -52,7 +52,7 @@ def web_socket_transfer_data(request): |
dataToBroadcast["message"] = message |
dataToBroadcast["closeCode"] = str(request.ws_close_code) |
finally: |
- # request is closed. notify this dataToBroadcast to other web sockets. |
+ # request is closed. notify this dataToBroadcast to other WebSockets. |
del connections[request] |
for ws in connections.keys(): |
msgutil.send_message(ws, json.dumps(dataToBroadcast)) |