Vlad Hanciuta 8 년 전
부모
커밋
c302872c8f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packet_encoder.go

+ 1 - 1
packet_encoder.go

@@ -52,7 +52,7 @@ type pushEncoder interface {
 }
 
 // dynamicPushEncoder extends the interface of pushEncoder for uses cases where the length of the
-// fields itself is unknown until its value was computed (for instance varint encoded lenght
+// fields itself is unknown until its value was computed (for instance varint encoded length
 // fields).
 type dynamicPushEncoder interface {
 	pushEncoder