Bruce Marriner před 6 roky
rodič
revize
e7ec3c1e37
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
 	}