diff options
| author | Janusz Bialy <janusz.bialy@qlik.com> | 2018-10-24 16:10:21 -0400 |
|---|---|---|
| committer | Janusz Bialy <janusz.bialy@qlik.com> | 2019-03-23 15:03:20 -0400 |
| commit | 465b0afb5f0ed329a0ee7ae7f95fba45543034b2 (patch) | |
| tree | ea9c7c401123331bbb026b939b3cc4d69e661570 /aws | |
| parent | 6a6f0d59ba33f96c2728c7a73ee09972c48466a1 (diff) | |
typo
Diffstat (limited to 'aws')
| -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 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() { |
