From ce96895debb67df20ae24fb5f0f04b98a30cc6cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9C=9F=E5=A4=9C?= <35420264+mayocream@users.noreply.github.com> Date: Wed, 16 Dec 2020 19:12:14 +0800 Subject: [PATCH] hugolib/paths: Fix typo --- hugolib/paths/paths.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugolib/paths/paths.go b/hugolib/paths/paths.go index bcf01a969e0..1ab7ae87e34 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