fix typo Websockt -> Websocket

This commit is contained in:
hibiki 2022-05-05 19:32:30 +09:00
parent a080c85cbc
commit 6cfa841f1b

View file

@ -1,7 +1,7 @@
package webtty
// Protocols defines the name of this protocol,
// which is supposed to be used to the subprotocol of Websockt streams.
// which is supposed to be used to the subprotocol of Websocket streams.
var Protocols = []string{"webtty"}
const (