Merge pull request #10511 from hashicorp/foudn-a-typo

fix typo
This commit is contained in:
Mitchell Hashimoto 2016-12-02 21:41:11 -05:00 committed by GitHub
commit 4c9d9ffae8
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ func (t *AttachStateTransformer) Transform(g *Graph) error {
if !found {
log.Printf(
"[DEBUG] Resource state not foudn for %q: %s",
"[DEBUG] Resource state not found for %q: %s",
dag.VertexName(v), addr)
}
}