diff --git a/server/server.go b/server/server.go index c847d510..6f103e2c 100644 --- a/server/server.go +++ b/server/server.go @@ -76,7 +76,7 @@ func Listen(cfg config.Configuration, publicHandler http.Handler, adminHandler h // newAdminServer returns an http.Server with the AdminPort and RequestLimits.MaxHeaderBytes // from Prebid Cache's config files or environment variables. If RequestLimits.MaxHeaderBytes -// is zero or was not specified the the http library's DefaultMaxHeaderBytes value of 1 MB +// is zero or was not specified, the http library's DefaultMaxHeaderBytes value of 1 MB // is set instead. func newAdminServer(cfg config.Configuration, handler http.Handler) *http.Server { server := &http.Server{