terraform: fix a typo found during review

This commit is contained in:
Mitchell Hashimoto 2016-11-09 08:10:09 -08:00
parent 838fe2af9b
commit fa195d4faf
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 1 additions and 1 deletions

View File

@ -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