summaryrefslogtreecommitdiff
path: root/template_impl.go
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2016-07-30 17:16:07 -0400
committerKurt <kurt.w.jung@gmail.com>2016-07-30 17:16:07 -0400
commit700f7107d58a0e933260982522cfceb7648101ac (patch)
treeed4b4e499c7d3c529675cd70fd5d02b4dcb4d5e7 /template_impl.go
parentbacfc4e66073d77419f5e8f561f7939a9fa0d668 (diff)
Fix some typos and other goreportcard violations
Diffstat (limited to 'template_impl.go')
-rw-r--r--template_impl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/template_impl.go b/template_impl.go
index 3a23921..01bb040 100644
--- a/template_impl.go
+++ b/template_impl.go
@@ -114,7 +114,7 @@ func (t *Tpl) loadParamsFromFpdf(f *Fpdf) {
func (t *Tpl) AddPage() {
}
-// AddPageFormat does nothign becasue you cannot add pages to a template
+// AddPageFormat does nothign because you cannot add pages to a template
func (t *Tpl) AddPageFormat(orientationStr string, size SizeType) {
}