Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/media
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-04-06 16:28:56 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-04-06 16:28:56 +0300
commite77bb13c201770929be6b5caf413be48ecbe1d8f (patch)
tree9a6fa83d21af5671d16da80100755b636375a1a7 /media
parente6e1aca3f4d142c12757025f31ee5597808cc0b2 (diff)
media, output: Fix spelling
Diffstat (limited to 'media')
-rw-r--r--media/mediaType.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/mediaType.go b/media/mediaType.go
index f64f51253..942e9070e 100644
--- a/media/mediaType.go
+++ b/media/mediaType.go
@@ -134,7 +134,7 @@ func (t Types) GetBySuffix(suffix string) (tp Type, found bool) {
}
// DecodeTypes takes a list of media type configurations and merges those,
-// in ther order given, with the Hugo defaults as the last resort.
+// in the order given, with the Hugo defaults as the last resort.
func DecodeTypes(maps ...map[string]interface{}) (Types, error) {
m := make(Types, len(DefaultTypes))
copy(m, DefaultTypes)