summaryrefslogtreecommitdiffstats
path: root/hugolib/multilingual.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-08-08 10:54:35 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-08-08 10:54:35 +0200
commite2f8664ef4278e14ce1e21376804321fa013f570 (patch)
treeecd849c91148e4f0564f9357d62dd8104c17d5d5 /hugolib/multilingual.go
parent46ac7453743f0bd889d0be3505bde2521f9f0336 (diff)
hugolib: More spelling
Diffstat (limited to 'hugolib/multilingual.go')
-rw-r--r--hugolib/multilingual.go2
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)