From 02a6e04b47b4054a1bca005470a73e75011e4d43 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Thu, 4 Feb 2016 11:36:57 -0600 Subject: [PATCH] Spelling --- voice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voice.go b/voice.go index 2c5165a..a36c196 100644 --- a/voice.go +++ b/voice.go @@ -472,7 +472,7 @@ type Packet struct { PCM []int16 } -// opusReceiver listens on the UDP socket for incomming packets +// opusReceiver listens on the UDP socket for incoming packets // and sends them across the given channel // NOTE :: This function may change names later. func (v *Voice) opusReceiver(c chan *Packet) {