mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-12 20:13:59 +02:00
all: Fix typos in function names and comments
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
12dc9a6e4a
commit
9009c8cdca
@@ -92,7 +92,7 @@ func NewLanguage(lang, defaultContentLanguage, timeZone string, languageConfig L
|
||||
return l, l.loadLocation(timeZone)
|
||||
}
|
||||
|
||||
// This is injected from hugolib to avoid cirular dependencies.
|
||||
// This is injected from hugolib to avoid circular dependencies.
|
||||
var DeprecationFunc = func(item, alternative string, err bool) {}
|
||||
|
||||
const paramsDeprecationWarning = `.Language.Params is deprecated and will be removed in a future release. Use site.Params instead.
|
||||
|
Reference in New Issue
Block a user