mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
spelling: marshal
This commit is contained in:
parent
964d5dd55e
commit
73d3d65b84
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue