Bruce Marriner 9 년 전
부모
커밋
02a6e04b47
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      voice.go

+ 1 - 1
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) {