summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2013-08-06 12:29:07 -0400
committerKurt Jung <kurt.w.jung@code.google.com>2013-08-06 12:29:07 -0400
commitac811806a8f6c8ffeb19c3b6d03ffe6af5f5d3cb (patch)
treefcaa32f59e9f29bc2c2173831c28360da8889335
parent99805031b12f1084dd10b4a7d131bae00d8d05ad (diff)
Typos
-rw-r--r--fpdf.go2
1 files changed, 1 insertions, 1 deletions
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, "")
}