This commit is contained in:
Matthew Hooker 2018-07-18 13:00:45 -07:00
parent 67f039509a
commit 814c1cf2b2
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

View File

@ -324,7 +324,7 @@ func applyEnvOverrides(envOverrides overridableWaitVars) []request.WaiterOption
} }
if len(waitOpts) == 0 { if len(waitOpts) == 0 {
log.Printf("No AWS timeout and polling overrides have been set. " + log.Printf("No AWS timeout and polling overrides have been set. " +
"Packer will defalt to waiter-specific delays and timeouts. If you would " + "Packer will default to waiter-specific delays and timeouts. If you would " +
"like to customize the length of time between retries and max " + "like to customize the length of time between retries and max " +
"number of retries you may do so by setting the environment " + "number of retries you may do so by setting the environment " +
"variables AWS_POLL_DELAY_SECONDS and AWS_MAX_ATTEMPTS to your " + "variables AWS_POLL_DELAY_SECONDS and AWS_MAX_ATTEMPTS to your " +