From e77bb13c201770929be6b5caf413be48ecbe1d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 6 Apr 2017 15:28:56 +0200 Subject: media, output: Fix spelling --- media/mediaType.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media') 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) -- cgit v1.2.3