Skip to content

Commit

Permalink
spelling: valid
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Mar 14, 2018
1 parent 33f90d7 commit b81672c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/googlecompute/private_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func processPrivateKeyFile(privateKeyFile, passphrase string) ([]byte, error) {
PEMBlock, _ := pem.Decode(rawPrivateKeyBytes)
if PEMBlock == nil {
return nil, fmt.Errorf(
"%s does not contain a vaild private key", privateKeyFile)
"%s does not contain a valid private key", privateKeyFile)
}

if x509.IsEncryptedPEMBlock(PEMBlock) {
Expand Down

0 comments on commit b81672c

Please sign in to comment.