Skip to content

Commit

Permalink
Fix previousy/previously typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bai committed Feb 21, 2019
1 parent 2dcf36c commit ebc414c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func (m *Message) decode(pd packetDecoder) (err error) {
return pd.pop()
}

// decodes a message set from a previousy encoded bulk-message
// decodes a message set from a previously encoded bulk-message
func (m *Message) decodeSet() (err error) {
pd := realDecoder{raw: m.Value}
m.Set = &MessageSet{}
Expand Down

0 comments on commit ebc414c

Please sign in to comment.