Fix typo
git-svn-id: file:///srv/svn/repo/suika/trunk@262 f0ae65fe-ee39-954e-97ec-027ff2717ef4
This commit is contained in:
parent
68bf575c9e
commit
c65eaa7d61
@ -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))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user