hugolib/paths: Fix typo
author真夜 <35420264+mayocream@users.noreply.github.com>
Wed, 16 Dec 2020 11:12:14 +0000 (19:12 +0800)
committerGitHub <noreply@github.com>
Wed, 16 Dec 2020 11:12:14 +0000 (12:12 +0100)
hugolib/paths/paths.go

index bcf01a969e05a4b347d9cee245e65291c4707b57..1ab7ae87e346813270a40175412d11c9ef1484b7 100644 (file)
@@ -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