hugolib: More spelling

This commit is contained in:
Bjørn Erik Pedersen
2017-08-08 10:54:35 +02:00
parent 46ac745374
commit e2f8664ef4
2 changed files with 5 additions and 5 deletions

View File

@@ -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)