Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author真夜 <35420264+mayocream@users.noreply.github.com>2020-12-16 14:12:14 +0300
committerGitHub <noreply@github.com>2020-12-16 14:12:14 +0300
commitce96895debb67df20ae24fb5f0f04b98a30cc6cc (patch)
tree1ee3c44ce00854839b48a830276a3cfce0e00374 /hugolib
parent04b89857e104ac7dcbf9fc65d8d4f1a1178123e6 (diff)
hugolib/paths: Fix typo
Diffstat (limited to 'hugolib')
-rw-r--r--hugolib/paths/paths.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/paths/paths.go b/hugolib/paths/paths.go
index bcf01a969..1ab7ae87e 100644
--- a/hugolib/paths/paths.go
+++ b/hugolib/paths/paths.go
@@ -38,7 +38,7 @@ type Paths struct {
BasePath string
// Directories
- // TODO(bep) when we have trimmed down mos of the dirs usage outside of this package, make
+ // TODO(bep) when we have trimmed down most of the dirs usage outside of this package, make
// these into an interface.
ThemesDir string
WorkingDir string