From bd6c576bfedb4b1a02d8232f9332244a4497df55 Mon Sep 17 00:00:00 2001 From: Kurt Date: Mon, 6 May 2019 08:49:56 -0400 Subject: Correct some misspellings --- fpdf_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpdf_test.go') 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) -- cgit v1.2.1-24-ge1ad