Browse Source

Fix a typo.

Bruce Marriner 6 years ago
parent
commit
e7ec3c1e37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      voice.go

+ 1 - 1
voice.go

@@ -104,7 +104,7 @@ func (v *VoiceConnection) Speaking(b bool) (err error) {
 	defer v.Unlock()
 	if err != nil {
 		v.speaking = false
-		v.log(LogError, "Speaking() write json errorR, %s", err)
+		v.log(LogError, "Speaking() write json error, %s", err)
 		return
 	}