summaryrefslogtreecommitdiff
path: root/fpdf.go
diff options
context:
space:
mode:
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 {