hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit ce96895debb67df20ae24fb5f0f04b98a30cc6cc
parent 04b89857e104ac7dcbf9fc65d8d4f1a1178123e6
Author: 真夜 <35420264+mayocream@users.noreply.github.com>
Date:   Wed, 16 Dec 2020 19:12:14 +0800

hugolib/paths: Fix typo


Diffstat:
Mhugolib/paths/paths.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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