From ce5d7ff6d0d6f266148647a67ee47e7244a88180 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Tue, 13 Nov 2018 08:26:56 -0500 Subject: [PATCH] spelling --- helper/resource/state_shim.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/resource/state_shim.go b/helper/resource/state_shim.go index 9ad30d3ac..9c698d16a 100644 --- a/helper/resource/state_shim.go +++ b/helper/resource/state_shim.go @@ -71,7 +71,7 @@ func shimNewState(newState *states.State, schemas *terraform.Schemas) (*terrafor } if resSchema == nil { - return nil, fmt.Errorf("mising resource schema for %q in %q", resType, providerType) + return nil, fmt.Errorf("missing resource schema for %q in %q", resType, providerType) } for key, i := range res.Instances {