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:
authorDerek Perkins <derek@derekperkins.com>2016-02-13 12:24:25 +0300
committerAnthony Fok <foka@debian.org>2016-02-13 14:08:48 +0300
commitbac1ba4655875d82ff46b42fa96625bb18e5f2f9 (patch)
tree979a07cc8377f42995a6d6afe8ff0860d55704c5 /parser
parent0d415e453bb5c8a01fd124d81f3a88a1cc760bcf (diff)
Fix spelling and go vet errors
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 d64195ee1..9bffc6993 100644
--- a/parser/page.go
+++ b/parser/page.go
@@ -247,7 +247,7 @@ func determineDelims(firstLine []byte) (left, right []byte) {
}
// extractFrontMatterDelims takes a frontmatter from the content bufio.Reader.
-// Begining white spaces of the bufio.Reader must be trimmed before call this
+// Beginning white spaces of the bufio.Reader must be trimmed before call this
// function.
func extractFrontMatterDelims(r *bufio.Reader, left, right []byte) (fm FrontMatter, err error) {
var (