shithub: hugo

Download patch

ref: e791835e6d4902c111d9ba36bba5385ab81baef9
parent: 35ff685c3099eb90e736d9bbbb65f83e07bebbff
author: Icaro Seara <icaro.seara@gmail.com>
date: Tue Aug 18 18:59:34 EDT 2015

Fix typo, "delemiters" -> "delimiters"

--- a/parser/page.go
+++ b/parser/page.go
@@ -191,7 +191,7 @@
 	}
 
 	// Reads a character from Reader one by one and checks it matches the
-	// last character of one of delemiters to find the last character of
+	// last character of one of delimiters to find the last character of
 	// frontmatter. If it matches, makes sure it contains the delimiter
 	// and if so, also checks it is followed by CR+LF or LF when YAML,
 	// TOML case. In JSON case, nested delimiters must be parsed and it
--