mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
hugolib: More spelling
This commit is contained in:
@@ -36,7 +36,7 @@ type Multilingual struct {
|
||||
langMapInit sync.Once
|
||||
}
|
||||
|
||||
// Language returns the Language assosiated with the given string.
|
||||
// Language returns the Language associated with the given string.
|
||||
func (ml *Multilingual) Language(lang string) *helpers.Language {
|
||||
ml.langMapInit.Do(func() {
|
||||
ml.langMap = make(map[string]*helpers.Language)
|
||||
|
Reference in New Issue
Block a user