From 09972b16cfb6092251aa050fc41ee21b9d039525 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 30 Aug 2017 17:51:17 -0400 Subject: [PATCH] Fix typo --- builtin/credential/aws/path_login.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/credential/aws/path_login.go b/builtin/credential/aws/path_login.go index 03af9b2ffc5b..2f22c4d17d7e 100644 --- a/builtin/credential/aws/path_login.go +++ b/builtin/credential/aws/path_login.go @@ -930,7 +930,7 @@ func (b *backend) pathLoginRenewIam( // Note that the error messages below can leak a little bit of information about the role information // For example, if on renew, the client gets the "error parsing ARN..." error message, the client - // will konw that it's a wildcard bind (but not the actual bind), even if the client can't actually + // will know that it's a wildcard bind (but not the actual bind), even if the client can't actually // read the role directly to know what the bind is. It's a relatively small amount of leakage, in // some fairly corner cases, and in the most likely error case (role has been changed to a new ARN), // the error message is identical.