From ecfc0aa5e0a9b5b9cb08a26b89aebe1a2da4a9ad Mon Sep 17 00:00:00 2001 From: Janusz Bialy Date: Sun, 24 Feb 2019 16:12:32 -0500 Subject: revert spelling change --- aws/ec2info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/ec2info.go b/aws/ec2info.go index c55d413c..3dcf37b6 100644 --- a/aws/ec2info.go +++ b/aws/ec2info.go @@ -39,7 +39,7 @@ type InstanceDescriber interface { DescribeInstances(*ec2.DescribeInstancesInput) (*ec2.DescribeInstancesOutput, error) } -// GetClientOptions - Centralized reading of AWS_TIMEOUT +// GetClientOptions - Centralised 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