Fix a typo.

This commit is contained in:
Bruce Marriner 2018-08-27 15:37:58 +00:00
parent 10be6053b9
commit e7ec3c1e37

View file

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