From 2ab2ea6ef131d3533f94a09759e8d5289a35c3e0 Mon Sep 17 00:00:00 2001 From: Stephen Fox Date: Tue, 12 Feb 2019 10:29:43 -0500 Subject: [PATCH] Fixed interface documentation typo. --- helper/ssh/key_pair.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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