media, output: Fix spelling

This commit is contained in:
Bjørn Erik Pedersen 2017-04-06 15:28:56 +02:00
parent e6e1aca3f4
commit e77bb13c20
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)