From fa195d4fafc296cafa233f188ce21b9d7a387aed Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 9 Nov 2016 08:10:09 -0800 Subject: [PATCH] terraform: fix a typo found during review --- terraform/transform_orphan_count.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/transform_orphan_count.go b/terraform/transform_orphan_count.go index 5c7840ff5..b256a25b7 100644 --- a/terraform/transform_orphan_count.go +++ b/terraform/transform_orphan_count.go @@ -11,7 +11,7 @@ import ( // on the count argument given. // // Orphans are found by comparing the count to what is found in the state. -// This tranform assumes that if an element in the state is within the count +// This transform assumes that if an element in the state is within the count // bounds given, that it is not an orphan. type OrphanResourceCountTransformer struct { Concrete ConcreteResourceNodeFunc