graph: remove typo

This commit is contained in:
Jack Pearkes 2014-07-18 20:24:50 -04:00
parent 4455a6120c
commit 98fd49fccd
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ type GraphOpts struct {
}
// GraphRootNode is the name of the root node in the Terraform resource
// graph. This node ispjust a placemarker and has no associated functionality.
// graph. This node is just a placemarker and has no associated functionality.
const GraphRootNode = "root"
// GraphNodeResource is a node type in the graph that represents a resource