Skip to content

Commit e7ec3c1

Browse files
committed
Fix a typo.
1 parent 10be605 commit e7ec3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

voice.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func (v *VoiceConnection) Speaking(b bool) (err error) {
104104
defer v.Unlock()
105105
if err != nil {
106106
v.speaking = false
107-
v.log(LogError, "Speaking() write json errorR, %s", err)
107+
v.log(LogError, "Speaking() write json error, %s", err)
108108
return
109109
}
110110

0 commit comments

Comments
 (0)