From 1ea782459766b89293454ef7824f1bb5b071c4a1 Mon Sep 17 00:00:00 2001 From: Kurt Date: Mon, 12 Jun 2017 10:47:10 -0400 Subject: Fix typo in documentation --- fpdf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpdf.go') diff --git a/fpdf.go b/fpdf.go index c862364..9587e55 100644 --- a/fpdf.go +++ b/fpdf.go @@ -3033,7 +3033,7 @@ func SetDefaultCreationDate(tm time.Time) { // SetCreationDate fixes the document's internal CreationDate value. By // default, the time when the document is generated is used for this value. // This method is typically only used for testing purposes to facilitate PDF -// comparsion. Specify a zero-value time to revert to the default behavior. +// comparison. Specify a zero-value time to revert to the default behavior. func (f *Fpdf) SetCreationDate(tm time.Time) { f.creationDate = tm } -- cgit v1.2.1-24-ge1ad