aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/encoding/csv/writer.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/encoding/csv/writer.go')
-rw-r--r--src/pkg/encoding/csv/writer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/encoding/csv/writer.go b/src/pkg/encoding/csv/writer.go
index 221542456b..1faecb6648 100644
--- a/src/pkg/encoding/csv/writer.go
+++ b/src/pkg/encoding/csv/writer.go
@@ -92,7 +92,7 @@ func (w *Writer) Write(record []string) (err error) {
}
// Flush writes any buffered data to the underlying io.Writer.
-// To check if an error occured during the Flush, call Error.
+// To check if an error occurred during the Flush, call Error.
func (w *Writer) Flush() {
w.w.Flush()
}