spelling: verify

This commit is contained in:
Josh Soref 2018-03-11 19:13:32 +00:00
parent 920ccf96d2
commit 6222bd564e
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ func (f *EnvAWSFingerprint) isAWS() bool {
Transport: cleanhttp.DefaultTransport(),
}
// Query the metadata url for the ami-id, to veryify we're on AWS
// Query the metadata url for the ami-id, to verify we're on AWS
resp, err := client.Get(metadataURL + "ami-id")
if err != nil {
f.logger.Printf("[DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping")