Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwmarrin committed Aug 27, 2018
1 parent 10be605 commit e7ec3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voice.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit e7ec3c1

Please sign in to comment.