diff options
author | Bjørn Erik Pedersen <[email protected]> | 2017-04-06 15:28:56 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2017-04-06 15:28:56 +0200 |
commit | e77bb13c201770929be6b5caf413be48ecbe1d8f (patch) | |
tree | 9a6fa83d21af5671d16da80100755b636375a1a7 /output | |
parent | e6e1aca3f4d142c12757025f31ee5597808cc0b2 (diff) | |
download | hugo-e77bb13c201770929be6b5caf413be48ecbe1d8f.tar.gz hugo-e77bb13c201770929be6b5caf413be48ecbe1d8f.zip |
media, output: Fix spelling
Diffstat (limited to 'output')
-rw-r--r-- | output/outputFormat.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/output/outputFormat.go b/output/outputFormat.go index 06a82fdb7..4a95c1c70 100644 --- 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) |