diff options
author | Bjørn Erik Pedersen <[email protected]> | 2017-08-08 10:54:35 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2017-08-08 10:54:35 +0200 |
commit | e2f8664ef4278e14ce1e21376804321fa013f570 (patch) | |
tree | ecd849c91148e4f0564f9357d62dd8104c17d5d5 /hugolib/multilingual.go | |
parent | 46ac7453743f0bd889d0be3505bde2521f9f0336 (diff) | |
download | hugo-e2f8664ef4278e14ce1e21376804321fa013f570.tar.gz hugo-e2f8664ef4278e14ce1e21376804321fa013f570.zip |
hugolib: More spelling
Diffstat (limited to 'hugolib/multilingual.go')
-rw-r--r-- | hugolib/multilingual.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/multilingual.go b/hugolib/multilingual.go index 953f522bd..e0245fa2b 100644 --- a/hugolib/multilingual.go +++ b/hugolib/multilingual.go @@ -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) |