From 10f1dc6358d4803229f5598839c0882148081f8b Mon Sep 17 00:00:00 2001 From: Daniel Imfeld Date: Wed, 28 May 2014 23:52:45 -0500 Subject: [PATCH] Fix spelling error --- html.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html.go b/html.go index 6a860a2..c96399c 100644 --- a/html.go +++ b/html.go @@ -59,7 +59,7 @@ var ( type HtmlRendererParameters struct { // Prepend this text to each URL, if the HTML_ABSOLUTE_LINKS option is enabled. AbsolutePrefix string - // Add this text to ecah footnote anchor, to ensure uniqueness. + // Add this text to each footnote anchor, to ensure uniqueness. FootnoteAnchorPrefix string // Show this text inside the tag for a footnote return link, if the // HTML_FOOTNOTE_RETURN_LINKS flag is enabled. If blank, the string