diff options
author | Christian Oliff <[email protected]> | 2024-03-16 01:25:52 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-15 17:25:52 +0100 |
commit | 78178d0c2a10e7793a41f8f66b3a4a6e4f70ef7e (patch) | |
tree | 21d0d310785676b914035e5930e987540c494d8d /deps | |
parent | 68d92ef9ddbb63340d71af0cb30e6fb7c4912c65 (diff) | |
download | hugo-78178d0c2a10e7793a41f8f66b3a4a6e4f70ef7e.tar.gz hugo-78178d0c2a10e7793a41f8f66b3a4a6e4f70ef7e.zip |
all: Typo fixes
Diffstat (limited to 'deps')
-rw-r--r-- | deps/deps.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/deps.go b/deps/deps.go index 8778bff80..78a5330b7 100644 --- a/deps/deps.go +++ b/deps/deps.go @@ -361,7 +361,7 @@ type BuildState struct { mu sync.Mutex // protects state below. - // A set of ilenames in /public that + // A set of filenames in /public that // contains a post-processing prefix. filenamesWithPostPrefix map[string]bool } |