From 814c1cf2b2d734fe8fa4f1d4877ba0bc2680644a Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Wed, 18 Jul 2018 13:00:45 -0700 Subject: [PATCH] spellfix --- builder/amazon/common/state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/amazon/common/state.go b/builder/amazon/common/state.go index c2390d8b1..b76352a5e 100644 --- a/builder/amazon/common/state.go +++ b/builder/amazon/common/state.go @@ -324,7 +324,7 @@ func applyEnvOverrides(envOverrides overridableWaitVars) []request.WaiterOption } if len(waitOpts) == 0 { 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 " + "number of retries you may do so by setting the environment " + "variables AWS_POLL_DELAY_SECONDS and AWS_MAX_ATTEMPTS to your " +