Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/parser
diff options
context:
space:
mode:
authorIcaro Seara <icaro.seara@gmail.com>2015-08-19 04:59:34 +0300
committerAnthony Fok <foka@debian.org>2015-08-19 17:06:13 +0300
commite791835e6d4902c111d9ba36bba5385ab81baef9 (patch)
treef0737ba5d1d2d97f983a7858db67e20a75221203 /parser
parent35ff685c3099eb90e736d9bbbb65f83e07bebbff (diff)
Fix typo, "delemiters" -> "delimiters"
Diffstat (limited to 'parser')
-rw-r--r--parser/page.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/page.go b/parser/page.go
index 8ca784acb..c3d34a7f0 100644
--- a/parser/page.go
+++ b/parser/page.go
@@ -191,7 +191,7 @@ func extractFrontMatterDelims(r *bufio.Reader, left, right []byte) (fm FrontMatt
}
// 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