Fix spelling and go vet errors

This commit is contained in:
Derek Perkins 2016-02-13 02:24:25 -07:00 committed by Anthony Fok
parent 0d415e453b
commit bac1ba4655
3 changed files with 4 additions and 6 deletions

View file

@ -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 (