misc: fix spelling in two source files

Closes #9529
This commit is contained in:
John Bampton 2022-09-18 05:48:43 +10:00 committed by Daniel Stenberg
parent 6de7322c03
commit a46e412464
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 2 deletions

View file

@ -145,7 +145,7 @@ CURLcode Curl_ws_accept(struct Curl_easy *data)
if(result)
return result;
infof(data, "Recevied 101, switch to WebSockets; mask %02x%02x%02x%02x",
infof(data, "Received 101, switch to WebSockets; mask %02x%02x%02x%02x",
ws->ws.mask[0], ws->ws.mask[1], ws->ws.mask[2], ws->ws.mask[3]);
k->upgr101 = UPGR101_RECEIVED;