spelling: marshal

pull/6013/head
Josh Soref 8 years ago
parent 964d5dd55e
commit 73d3d65b84

@ -398,7 +398,7 @@ func Encode(derBytes []byte, privateKey interface{}, password string) (pfxBytes
return nil, err
}
// Marhsal []contentInfo so we can re-constitute the byte stream that will
// Marshal []contentInfo so we can re-constitute the byte stream that will
// be suitable for computing the MAC
bytes, err := asn1.Marshal(contentInfos)
if err != nil {

Loading…
Cancel
Save