commit 91243215fb3e96e48efd5dde4d4358c3dd20e446
parent e7e3cff5abdbe9eb1a646e2b55119dd041000ead
Author: Aditya <adityashirsatrao007@gmail.com>
Date: Tue, 21 Oct 2025 10:36:30 +0000
Bug 1995110 [wpt PR 55525] - Fix typo: recieve -> receive in WebSocket handler, a=testonly
Automatic update from web-platform-tests
Fix typo: recieve -> receive in WebSocket handler
Corrected spelling of 'receive' in the docstring for the msg_channel_wsh.py
WebSocket handler. The word was misspelled as 'recieve' in two locations within
the function documentation describing the main loop for read-type connections.
This is a documentation-only change with no functional impact.
--
wpt-commits: 0366000aea2405db7f3311c2a413757abd27d071
wpt-pr: 55525
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testing/web-platform/tests/websockets/handlers/msg_channel_wsh.py b/testing/web-platform/tests/websockets/handlers/msg_channel_wsh.py
@@ -150,8 +150,8 @@ def run_read(request, uuid, queue):
close - Close the reader queue
In addition there's a thread that listens for messages on the
- socket itself. Typically this socket shouldn't recieve any
- messages, but it can recieve an explicit "close" message,
+ socket itself. Typically this socket shouldn't receive any
+ messages, but it can receive an explicit "close" message,
indicating the socket should be disconnected.
"""