diff --git a/webtty/message_types.go b/webtty/message_types.go index c437a427..7334cced 100644 --- a/webtty/message_types.go +++ b/webtty/message_types.go @@ -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 (