From 75349a86ba872e8bd88f6a7ce625b2b6ca81c893 Mon Sep 17 00:00:00 2001 From: Hubert Hirtz Date: Sat, 11 Sep 2021 19:29:20 +0200 Subject: Fix typos --- irc/session.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'irc/session.go') diff --git a/irc/session.go b/irc/session.go index 9f00dee..d4eec21 100644 --- a/irc/session.go +++ b/irc/session.go @@ -88,7 +88,7 @@ type Channel struct { TopicTime time.Time // the last time the topic has been changed. Secret bool // whether the channel is on the server channel list. - complete bool // whether this stucture is fully initialized. + complete bool // whether this structure is fully initialized. } // SessionParams defines how to connect to an IRC server. @@ -174,7 +174,7 @@ func (s *Session) Close() { close(s.out) } -// HasCapability reports whether the given capability has been negociated +// HasCapability reports whether the given capability has been negotiated // successfully. func (s *Session) HasCapability(capability string) bool { _, ok := s.enabledCaps[capability] -- cgit v1.2.3