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;
return proto < proto_last? built_in_protos[proto]: NULL;
}
-/* Enter a protoype in the built-in prototype table. */
+/* Enter a prototype in the built-in prototype table. */
static CURLcode enter_proto(const char *proto)
{
if(scheme2protocol(proto) == PROTO_NONE) {