spelling: encrypt

This commit is contained in:
Josh Soref 2018-03-13 07:41:47 +00:00
parent 785b42368d
commit 9b9ab4c492
1 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ func TestParseEncryptedPrivateKeyValidPassword(t *testing.T) {
password,
cipherType)
if err != nil {
t.Fatalf("Unexpected error encryting PEM block: %+v", err)
t.Fatalf("Unexpected error encrypting PEM block: %+v", err)
}
// Parse private key
@ -195,7 +195,7 @@ func TestParseEncryptedPrivateKeyPKCS8(t *testing.T) {
password,
cipherType)
if err != nil {
t.Fatalf("Unexpected error encryting PEM block: %+v", err)
t.Fatalf("Unexpected error encrypting PEM block: %+v", err)
}
// Parse private key