Browse Source

Update wsapi.go

vim2meta 7 years ago
parent
commit
1033558fcf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wsapi.go

+ 1 - 1
wsapi.go

@@ -673,7 +673,7 @@ func (s *Session) onVoiceServerUpdate(st *VoiceServerUpdate) {
 	voice.GuildID = st.GuildID
 	voice.Unlock()
 
-	// Open a conenction to the voice server
+	// Open a connection to the voice server
 	err := voice.open()
 	if err != nil {
 		s.log(LogError, "onVoiceServerUpdate voice.open, %s", err)