Skip to content

Commit 6872296

Browse files
committed
spelling: will
Signed-off-by: Josh Soref <[email protected]>
1 parent 8088906 commit 6872296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/functional/websockets/utilities/test_websocket_server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ class _test_websocket_server
217217
server m_srv;
218218
websocketpp::connection_hdl m_con;
219219
// Once the WebSocket object has been initialized,
220-
// the below event wil be used to signal that the server has been initialized.
220+
// the below event will be used to signal that the server has been initialized.
221221
// The server can now send messages to the client.
222222
pplx::task_completion_event<void> m_server_connected;
223223
};

0 commit comments

Comments
 (0)