Skip to content

Commit ab97659

Browse files
committed
fix super minor spelling typo
1 parent 92c7911 commit ab97659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message_reader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ func (r *messageSetReader) readMessageV1(min int64, key readBytesFunc, val readB
209209
//
210210
// At this point, the message header has been read, so discarding
211211
// the rest of the message means we have to discard the key, and then
212-
// the value. Each of those are preceeded by a 4-byte length. Discarding
212+
// the value. Each of those are preceded by a 4-byte length. Discarding
213213
// them is then reading that length variable and then discarding that
214214
// amount.
215215
if offset < min {

0 commit comments

Comments
 (0)