From 9c463b61ec58492d20c1daeea7f404dca7302d5e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 16 Apr 2020 17:25:39 +0200 Subject: [PATCH] Fix typo --- downstream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downstream.go b/downstream.go index 5aa5beb..318461b 100644 --- a/downstream.go +++ b/downstream.go @@ -258,7 +258,7 @@ func (dc *downstreamConn) marshalMessage(msg *irc.Message, net *network) *irc.Me case "MODE": msg.Params[0] = dc.marshalEntity(net, msg.Params[0]) case "QUIT": - // This space is intentinally left blank + // This space is intentionally left blank default: panic(fmt.Sprintf("unexpected %q message", msg.Command)) }