diff --git a/helper/ssh/key_pair.go b/helper/ssh/key_pair.go index f46455ebf..60c2c22e5 100644 --- a/helper/ssh/key_pair.go +++ b/helper/ssh/key_pair.go @@ -297,7 +297,7 @@ type KeyPair interface { Bits() int // Name returns the key pair's name. An empty string is - // returned is no name was specified. + // returned if no name was specified. Name() string // Description returns a brief description of the key pair that