summaryrefslogtreecommitdiff
path: root/fpdf.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.go
parentbacfc4e66073d77419f5e8f561f7939a9fa0d668 (diff)
Fix some typos and other goreportcard violations
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 b6508f5..35f6878 100644
--- a/fpdf.go
+++ b/fpdf.go
@@ -2679,7 +2679,7 @@ func (f *Fpdf) OutputFileAndClose(fileStr string) error {
}
// Output sends the PDF document to the writer specified by w. No output will
-// take place if an error has occured in the document generation process. w
+// take place if an error has occurred in the document generation process. w
// remains open after this function returns. After returning, f is in a closed
// state and its methods should not be called.
func (f *Fpdf) Output(w io.Writer) error {