From 374c41e75335c153e59399321203637b4fe9cf3d Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 20 Sep 2016 15:33:08 +0200 Subject: [PATCH] fix typo --- voice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voice.go b/voice.go index 094aa59..1de8987 100644 --- a/voice.go +++ b/voice.go @@ -570,7 +570,7 @@ func (v *VoiceConnection) udpOpen() (err error) { return fmt.Errorf("received udp packet too small") } - // Loop over position 4 though 20 to grab the IP address + // Loop over position 4 through 20 to grab the IP address // Should never be beyond position 20. var ip string for i := 4; i < 20; i++ {