summaryrefslogtreecommitdiff
path: root/fpdf.go
diff options
context:
space:
mode:
Diffstat (limited to 'fpdf.go')
-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, "")
}