Skip to content

Commit

Permalink
Merge pull request #1289 from Shopify/fix-typo
Browse files Browse the repository at this point in the history
Fix previousy/previously typo
  • Loading branch information
bai authored Feb 21, 2019
2 parents 2dcf36c + ebc414c commit 5b114ca
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 5b114ca

Please sign in to comment.