summaryrefslogtreecommitdiff
path: root/fpdf_test.go
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2016-07-30 17:16:07 -0400
committerKurt <kurt.w.jung@gmail.com>2016-07-30 17:16:07 -0400
commit700f7107d58a0e933260982522cfceb7648101ac (patch)
treeed4b4e499c7d3c529675cd70fd5d02b4dcb4d5e7 /fpdf_test.go
parentbacfc4e66073d77419f5e8f561f7939a9fa0d668 (diff)
Fix some typos and other goreportcard violations
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 d73818e..bda0936 100644
--- a/fpdf_test.go
+++ b/fpdf_test.go
@@ -93,7 +93,7 @@ func lorem() string {
// functions belong to a separate, internal package and are not part of the
// gofpdf library. If an error occurs at some point during the construction of
// the document, subsequent method calls exit immediately and the error is
-// finally retreived with the output call where it can be handled by the
+// finally retrieved with the output call where it can be handled by the
// application.
func Example() {
pdf := gofpdf.New("P", "mm", "A4", "")