Skip to content

Commit

Permalink
spelling: marshal
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Mar 13, 2018
1 parent 964d5dd commit 73d3d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/azure/pkcs12/pkcs12.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 73d3d65

Please sign in to comment.