Skip to content

Commit

Permalink
fix super minor spelling typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdw committed Oct 18, 2021
1 parent 92c7911 commit ab97659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func (r *messageSetReader) readMessageV1(min int64, key readBytesFunc, val readB
//
// At this point, the message header has been read, so discarding
// the rest of the message means we have to discard the key, and then
// the value. Each of those are preceeded by a 4-byte length. Discarding
// the value. Each of those are preceded by a 4-byte length. Discarding
// them is then reading that length variable and then discarding that
// amount.
if offset < min {
Expand Down

0 comments on commit ab97659

Please sign in to comment.