From ac811806a8f6c8ffeb19c3b6d03ffe6af5f5d3cb Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Tue, 6 Aug 2013 12:29:07 -0400 Subject: Typos --- fpdf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpdf.go') diff --git a/fpdf.go b/fpdf.go index 493e98e..902d568 100644 --- a/fpdf.go +++ b/fpdf.go @@ -1270,7 +1270,7 @@ func (f *Fpdf) Write(h float64, txtStr string) { } // Like Write but uses printf-style formatting. See the documentation for -// pckage fmt for mor details on fmtStr and args. +// package fmt for more details on fmtStr and args. func (f *Fpdf) Writef(h float64, fmtStr string, args ...interface{}) { f.write(h, sprintf(fmtStr, args...), 0, "") } -- cgit v1.2.1-24-ge1ad