summaryrefslogtreecommitdiff
path: root/fpdf_test.go
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2019-05-06 08:49:56 -0400
committerKurt <kurt.w.jung@gmail.com>2019-05-06 08:49:56 -0400
commitbd6c576bfedb4b1a02d8232f9332244a4497df55 (patch)
tree0102e96d09ae7d86a259407837d65fe1cb33f754 /fpdf_test.go
parent19544237e961fe8e9ee7ca55fdafe724de35f889 (diff)
Correct some misspellings
Diffstat (limited to 'fpdf_test.go')
-rw-r--r--fpdf_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdf_test.go b/fpdf_test.go
index 6042fab..4c1fc05 100644
--- a/fpdf_test.go
+++ b/fpdf_test.go
@@ -2389,7 +2389,7 @@ func ExampleFpdf_SubWrite() {
// ExampleFpdf_SetPage demomstrates the SetPage() method, allowing content
// generation to be deferred until all pages have been added.
func ExampleFpdf_SetPage() {
- rnd := rand.New(rand.NewSource(0)) // Make reproducable documents
+ rnd := rand.New(rand.NewSource(0)) // Make reproducible documents
pdf := gofpdf.New("L", "cm", "A4", "")
pdf.SetFont("Times", "", 12)