summaryrefslogtreecommitdiff
path: root/fpdf.go
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2017-06-12 10:47:10 -0400
committerKurt <kurt.w.jung@gmail.com>2017-06-12 10:47:10 -0400
commit1ea782459766b89293454ef7824f1bb5b071c4a1 (patch)
treed36d47bcc44cfedc7b653c9c1320738198fb782c /fpdf.go
parent67dbdc6f213695af48d5fce5ffcfeb14d0b685bf (diff)
Fix typo in documentation
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 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
}