From: 真夜 <35420264+mayocream@users.noreply.github.com> Date: Wed, 16 Dec 2020 11:12:14 +0000 (+0800) Subject: hugolib/paths: Fix typo X-Git-Tag: v0.80.0~20 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ce96895debb67df20ae24fb5f0f04b98a30cc6cc;p=brevno-suite%2Fhugo hugolib/paths: Fix typo --- diff --git a/hugolib/paths/paths.go b/hugolib/paths/paths.go index bcf01a96..1ab7ae87 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