Merge pull request #253 from greenbigfrog/patch-1

fix typo
This commit is contained in:
Bruce 2016-09-20 08:58:11 -05:00 committed by GitHub
commit bbbc21db6b

View file

@ -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++ {