From 6cfa841f1b3e500d9436e94e5c8d4873cf725108 Mon Sep 17 00:00:00 2001 From: hibiki Date: Thu, 5 May 2022 19:32:30 +0900 Subject: [PATCH] fix typo Websockt -> Websocket --- webtty/message_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (