From 1d6f04242d7aafb27e1c9f5ca07b4746e1227700 Mon Sep 17 00:00:00 2001 From: Dave Protasowski Date: Tue, 18 Sep 2018 18:50:51 -0400 Subject: [PATCH] fix typo --- pkg/activator/util/header.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/activator/util/header.go b/pkg/activator/util/header.go index 224747ceaa7a..d07f177b0fc6 100644 --- a/pkg/activator/util/header.go +++ b/pkg/activator/util/header.go @@ -30,7 +30,7 @@ var headersToRemove = []string{ } // SetupHeaderPruning will cause the http.ReverseProxy -// to no forward activator headers +// to not forward activator headers func SetupHeaderPruning(p *httputil.ReverseProxy) { // Director is never null - otherwise ServeHTTP panics orig := p.Director