spelling: marshal
This commit is contained in:
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…
Reference in New Issue