From b2044dd22f5b10706e2dbc20206cb588da6572c9 Mon Sep 17 00:00:00 2001 From: Haines Chan Date: Fri, 27 Dec 2019 18:21:32 +0800 Subject: [PATCH] Fix typo in comments (#8704) --- pkg/ioutil/ioutil.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/ioutil/ioutil.go b/pkg/ioutil/ioutil.go index a264e4cc5..9aa37cb26 100644 --- a/pkg/ioutil/ioutil.go +++ b/pkg/ioutil/ioutil.go @@ -30,7 +30,7 @@ import ( const defaultAppendBufferSize = humanize.MiByte // WriteOnCloser implements io.WriteCloser and always -// exectues at least one write operation if it is closed. +// executes at least one write operation if it is closed. // // This can be useful within the context of HTTP. At least // one write operation must happen to send the HTTP headers