diff options
| author | Janusz Bialy <janusz.bialy@qlik.com> | 2019-02-24 16:12:32 -0500 |
|---|---|---|
| committer | Janusz Bialy <janusz.bialy@qlik.com> | 2019-03-23 15:04:21 -0400 |
| commit | ecfc0aa5e0a9b5b9cb08a26b89aebe1a2da4a9ad (patch) | |
| tree | 7adca6d2af58b086668236f3756bf3931f044793 | |
| parent | 12d487f59fbee6d1f08d7304199d8ec49d8b0d91 (diff) | |
revert spelling change
| -rw-r--r-- | aws/ec2info.go | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |
