diff options
author | Christian Oliff <[email protected]> | 2024-02-18 20:16:30 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-18 12:16:30 +0100 |
commit | 168d3757841d2064e11f8d122797e2771273d367 (patch) | |
tree | c805e6633220d8dda3197589aa6d7c270909d2bc /modules | |
parent | 4a53fd56b71c8a2f83e5ace38bd7a54000c30f94 (diff) | |
download | hugo-168d3757841d2064e11f8d122797e2771273d367.tar.gz hugo-168d3757841d2064e11f8d122797e2771273d367.zip |
all: Fix typos and some URLs
Diffstat (limited to 'modules')
-rw-r--r-- | modules/client.go | 2 |
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 { |