Fix typo, "delemiters" -> "delimiters"
authorIcaro Seara <icaro.seara@gmail.com>
Wed, 19 Aug 2015 01:59:34 +0000 (22:59 -0300)
committerAnthony Fok <foka@debian.org>
Wed, 19 Aug 2015 14:06:13 +0000 (08:06 -0600)
parser/page.go

index 8ca784acbd2bbd57e5c7b21acd486682c9c459ab..c3d34a7f0f43fad8b9a91274d2fc21ac26e43038 100644 (file)
@@ -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