Commit 92b465ba authored by Ivan Markin's avatar Ivan Markin Committed by Nick Mathewson
Browse files

Fixed a typo in EXTENSIONS field ( Length -> ExtLength )

parent ab9952fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
         ExtLength [2 bytes]
         ExtType   [1 byte]
         ExtFlags  [1 byte]
         ExtData   [Length bytes]
         ExtData   [ExtLength bytes]

   The meaning of the ExtData field in an extension is type-dependent.