Vlad Hanciuta %!s(int64=8) %!d(string=hai) anos
pai
achega
c302872c8f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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