diff --git a/rest/handler/timeouthandler.go b/rest/handler/timeouthandler.go index be9978fc2..a2e9288ce 100644 --- a/rest/handler/timeouthandler.go +++ b/rest/handler/timeouthandler.go @@ -151,7 +151,7 @@ func (tw *timeoutWriter) Flush() { flusher.Flush() } -// Header returns the underline temporary http.Header. +// Header returns the underlying temporary http.Header. func (tw *timeoutWriter) Header() http.Header { return tw.h }