]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
libcurl-ws.3: fix typo
authorDaniel Stenberg <daniel@haxx.se>
Wed, 14 Jun 2023 21:38:22 +0000 (23:38 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 14 Jun 2023 22:05:51 +0000 (00:05 +0200)
docs/libcurl/libcurl-ws.3

index 30db28646857d80cc4c8568a2190b71fccdaf686..dbbfa081bda1f4da6ad6600c4f3497bf19e4d0fb 100644 (file)
@@ -43,7 +43,7 @@ over HTTP and "WSS" is for doing WebSocket securely over HTTPS.
 A WebSocket request is done as an HTTP/1 GET request with an "Upgrade
 WebSocket" request header field. When the upgrade is accepted by the server,
 it responds with a 101 Switching and then the client can speak WebSocket with
-the server. The communcation can happen in both directions at the same time.
+the server. The communication can happen in both directions at the same time.
 .SH MESSAGES
 WebSocket communication is message based. That means that both ends send and
 receive entire messages, not streams like TCP. A WebSocket message is sent