From 168d3757841d2064e11f8d122797e2771273d367 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Sun, 18 Feb 2024 20:16:30 +0900 Subject: all: Fix typos and some URLs --- modules/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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 { -- cgit v1.2.3