From 98fd49fccdb47b97913ba1745aac5ffe2517e3bc Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Fri, 18 Jul 2014 20:24:50 -0400 Subject: [PATCH] graph: remove typo --- terraform/graph.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/graph.go b/terraform/graph.go index eb23c3ccd..e757c3072 100644 --- a/terraform/graph.go +++ b/terraform/graph.go @@ -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