summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/client.go b/modules/client.go
index 26117fbcf..c3371e0d4 100644
--- a/modules/client.go
+++ b/modules/client.go
@@ -141,7 +141,7 @@ type Client struct {
goBinaryStatus goBinaryStatus
}
-// Graph writes a module dependenchy graph to the given writer.
+// Graph writes a module dependency graph to the given writer.
func (c *Client) Graph(w io.Writer) error {
mc, coll := c.collect(true)
if coll.err != nil {