spelling: marshal

This commit is contained in:
Josh Soref 2018-03-13 08:10:01 +00:00
parent 964d5dd55e
commit 73d3d65b84
1 changed files with 1 additions and 1 deletions

View File

@ -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 {