media, output: Fix spelling - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit e77bb13c201770929be6b5caf413be48ecbe1d8f
DIR parent e6e1aca3f4d142c12757025f31ee5597808cc0b2
HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Thu, 6 Apr 2017 15:28:56 +0200
media, output: Fix spelling
Diffstat:
M media/mediaType.go | 2 +-
M output/outputFormat.go | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git 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)
DIR diff --git a/output/outputFormat.go b/output/outputFormat.go
@@ -217,7 +217,7 @@ func (formats Formats) FromFilename(filename string) (f Format, found bool) {
}
// DecodeFormats takes a list of output format 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 DecodeFormats(mediaTypes media.Types, maps ...map[string]interface{}) (Formats, error) {
f := make(Formats, len(DefaultFormats))
copy(f, DefaultFormats)