From 465b0afb5f0ed329a0ee7ae7f95fba45543034b2 Mon Sep 17 00:00:00 2001 From: Janusz Bialy Date: Wed, 24 Oct 2018 16:10:21 -0400 Subject: typo --- aws/ec2info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aws') diff --git a/aws/ec2info.go b/aws/ec2info.go index 3dcf37b6..c55d413c 100644 --- a/aws/ec2info.go +++ b/aws/ec2info.go @@ -39,7 +39,7 @@ type InstanceDescriber interface { DescribeInstances(*ec2.DescribeInstancesInput) (*ec2.DescribeInstancesOutput, error) } -// GetClientOptions - Centralised reading of AWS_TIMEOUT +// GetClientOptions - Centralized reading of AWS_TIMEOUT // ... but cannot use in vault/auth.go as different strconv.Atoi error handling func GetClientOptions() ClientOptions { coInit.Do(func() { -- cgit v1.2.3