summaryrefslogtreecommitdiff
path: root/fpdf_test.go
diff options
context:
space:
mode:
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", "")