diff options
author | Yang Li <[email protected]> | 2018-07-07 17:40:47 +0800 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-07-07 12:29:56 +0200 |
commit | 3cea2932e17a08ebc19cd05f3079d9379bc8fba5 (patch) | |
tree | 71afb61f2850c8d31e8d34d6af745d7e44a876ff /langs | |
parent | 0efd374805ac49a0e6513c707520fc2f6f238afc (diff) | |
download | hugo-3cea2932e17a08ebc19cd05f3079d9379bc8fba5.tar.gz hugo-3cea2932e17a08ebc19cd05f3079d9379bc8fba5.zip |
Fix typos
Diffstat (limited to 'langs')
-rw-r--r-- | langs/language.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/language.go b/langs/language.go index 6f3e1de64..5eb09e10c 100644 --- a/langs/language.go +++ b/langs/language.go @@ -47,7 +47,7 @@ type Language struct { // If set per language, this tells Hugo that all content files without any // language indicator (e.g. my-page.en.md) is in this language. // This is usually a path relative to the working dir, but it can be an - // absolute directory referenece. It is what we get. + // absolute directory reference. It is what we get. ContentDir string Cfg config.Provider |