media, output: Fix spelling
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 6 Apr 2017 13:28:56 +0000 (15:28 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 6 Apr 2017 13:28:56 +0000 (15:28 +0200)
media/mediaType.go
output/outputFormat.go

index f64f51253977032af7b491325cd964b325e2558b..942e9070e49d9b834b1daca5ee24c78ef1fa2f44 100644 (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)
index 06a82fdb7723f002a0521264c7d6049440fcf9d4..4a95c1c70ab878bf4745aa1b0941a64dbf5b72b1 100644 (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)