From 48c98a8d24a0f5ceb17ce4977587f660d137a1a5 Mon Sep 17 00:00:00 2001 From: cuishuang Date: Thu, 10 Mar 2022 12:01:05 +0800 Subject: Fix some typos Signed-off-by: cuishuang [foka@debian.org: Resolve merge conflict and squash 2 commits] Signed-off-by: Anthony Fok --- hugolib/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hugolib/config.go') diff --git a/hugolib/config.go b/hugolib/config.go index dffecd9a3..b2479cbfe 100644 --- a/hugolib/config.go +++ b/hugolib/config.go @@ -128,7 +128,7 @@ func LoadConfig(d ConfigSourceDescriptor, doWithConfig ...func(cfg config.Provid // they are finalized. collectHook := func(m *modules.ModulesConfig) error { // We don't need the merge strategy configuration anymore, - // remove it so it doesn't accidentaly show up in other settings. + // remove it so it doesn't accidentally show up in other settings. l.deleteMergeStrategies() if err := l.loadLanguageSettings(nil); err != nil { -- cgit v1.2.3