diff --git a/http3/server.go b/http3/server.go index ce5bc909f..2ae3fef5a 100644 --- a/http3/server.go +++ b/http3/server.go @@ -486,7 +486,7 @@ func ListenAndServeQUIC(addr, certFile, keyFile string, handler http.Handler) er } // ListenAndServe listens on the given network address for both, TLS and QUIC -// connetions in parallel. It returns if one of the two returns an error. +// connections in parallel. It returns if one of the two returns an error. // http.DefaultServeMux is used when handler is nil. // The correct Alt-Svc headers for QUIC are set. func ListenAndServe(addr, certFile, keyFile string, handler http.Handler) error {