From 7e46b6b9e72fa6d1f2ce27bcdf4a733abee6f1c1 Mon Sep 17 00:00:00 2001 From: Kazuki Higashiguchi Date: Wed, 13 May 2020 17:14:58 +0900 Subject: [PATCH] fix typo ResourceInstancChange to ResourceInstanceChange --- plans/changes_src.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plans/changes_src.go b/plans/changes_src.go index 90153ea7b..553a84082 100644 --- a/plans/changes_src.go +++ b/plans/changes_src.go @@ -10,7 +10,7 @@ import ( // ResourceInstanceChangeSrc is a not-yet-decoded ResourceInstanceChange. // Pass the associated resource type's schema type to method Decode to -// obtain a ResourceInstancChange. +// obtain a ResourceInstanceChange. type ResourceInstanceChangeSrc struct { // Addr is the absolute address of the resource instance that the change // will apply to.