Vlad Hanciuta 8 years ago
parent
commit
c302872c8f
1 changed files with 1 additions and 1 deletions
  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
 // 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).
 // fields).
 type dynamicPushEncoder interface {
 type dynamicPushEncoder interface {
 	pushEncoder
 	pushEncoder