tidy-up: spelling WebSockets

Closes #14646
This commit is contained in:
Viktor Szakats 2024-08-21 23:47:31 +02:00
parent 118f446ad5
commit 42843af0b8
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
7 changed files with 12 additions and 12 deletions

View file

@ -1276,7 +1276,7 @@ static void ws_free(struct connectdata *conn)
static CURLcode ws_setup_conn(struct Curl_easy *data,
struct connectdata *conn)
{
/* websockets is 1.1 only (for now) */
/* WebSockets is 1.1 only (for now) */
data->state.httpwant = CURL_HTTP_VERSION_1_1;
return Curl_http_setup_conn(data, conn);
}