Fix small typo occured -> occurred (#110)
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M gomponents.go → gomponents.go
@@ -117,7 +117,7 @@ } } } -// statefulWriter only writes if no errors have occured earlier in its lifetime. +// statefulWriter only writes if no errors have occurred earlier in its lifetime. type statefulWriter struct { w io.Writer err error