shithub: hugo

Download patch

ref: 5989c4d46474298e7f9f26ddeec8e3ec62ae5677
parent: af55ec76618091677385c7fdc66deece1eae4375
author: Bjørn Erik Pedersen <[email protected]>
date: Mon Mar 27 21:19:46 EDT 2017

helpers, output: Fix spelling

--- a/helpers/baseURL.go
+++ b/helpers/baseURL.go
@@ -30,7 +30,7 @@
 	return b.urlStr
 }
 
-// Protocol is normaly on the form "scheme://", i.e. "webcal://".
+// Protocol is normally on the form "scheme://", i.e. "webcal://".
 func (b BaseURL) WithProtocol(protocol string) (string, error) {
 	u := b.URL()
 
--- a/output/outputFormat.go
+++ b/output/outputFormat.go
@@ -96,7 +96,7 @@
 	return
 }
 
-// Format represents an output represenation, usually to a file on disk.
+// Format represents an output representation, usually to a file on disk.
 type Format struct {
 	// The Name is used as an identifier. Internal output formats (i.e. HTML and RSS)
 	// can be overridden by providing a new definition for those types.