From 700f7107d58a0e933260982522cfceb7648101ac Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 30 Jul 2016 17:16:07 -0400 Subject: Fix some typos and other goreportcard violations --- fpdf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpdf.go') 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 { -- cgit v1.2.1-24-ge1ad