From e7ec3c1e374e1c8dc88365df1faa0187470901a2 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Mon, 27 Aug 2018 15:37:58 +0000 Subject: [PATCH] Fix a typo. --- voice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voice.go b/voice.go index b904508..aa630b1 100644 --- a/voice.go +++ b/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 }