summaryrefslogtreecommitdiffstats
path: root/hugolib/paths/paths.go
diff options
context:
space:
mode:
author真夜 <35420264+mayocream@users.noreply.github.com>2020-12-16 19:12:14 +0800
committerGitHub <noreply@github.com>2020-12-16 12:12:14 +0100
commitce96895debb67df20ae24fb5f0f04b98a30cc6cc (patch)
tree1ee3c44ce00854839b48a830276a3cfce0e00374 /hugolib/paths/paths.go
parent04b89857e104ac7dcbf9fc65d8d4f1a1178123e6 (diff)
hugolib/paths: Fix typo
Diffstat (limited to 'hugolib/paths/paths.go')
-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