From eb0c55cd8bebc6b47ecec4925582b46902b8dcec Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 24 Jan 2024 11:42:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A:=20Fix=20a=20misspelled=20comment?= =?UTF-8?q?=20(#2809)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix a misspelled comment --- listen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/listen.go b/listen.go index feea47e7..f27d7217 100644 --- a/listen.go +++ b/listen.go @@ -41,7 +41,7 @@ const ( // TODO: Add timeout for graceful shutdown. type ListenConfig struct { // Known networks are "tcp", "tcp4" (IPv4-only), "tcp6" (IPv6-only) - // WARNING: When prefork is set to true, only "tcp4" and "tcp6" can be chose. + // WARNING: When prefork is set to true, only "tcp4" and "tcp6" can be chosen. // // Default: NetworkTCP4 ListenerNetwork string `json:"listener_network"`