fix typo *connections (#3309)

This commit is contained in:
市川恭佑 (ebi)
2022-01-02 16:10:01 +09:00
committed by GitHub
parent 1f3350557e
commit 59958e5282

View File

@@ -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 {