From 97ae7fbaf81620fe97840685304a78a306a39c64 Mon Sep 17 00:00:00 2001 From: Dan Wall Date: Sat, 16 Sep 2017 10:36:49 +1000 Subject: [PATCH] Fix typo --- gzip.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gzip.go b/gzip.go index be244dd..b6af911 100644 --- a/gzip.go +++ b/gzip.go @@ -134,7 +134,7 @@ func (w *GzipResponseWriter) startGzip() error { // Initialize the GZIP response. w.init() - // Flush the buffer into the gzip reponse. + // Flush the buffer into the gzip response. n, err := w.gw.Write(w.buf) // This should never happen (per io.Writer docs), but if the write didn't