This is an automated email from the git hooks/post-receive script.
meskio pushed a commit to branch main in repository pluggable-transports/snowflake.
commit 17829d80d5b20d3c439326ea5028db6ebfa2d2cc Author: David Fifield david@bamsoftware.com AuthorDate: Wed Mar 29 09:49:24 2023 -0600
Comment typo. --- server/stats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/stats.go b/server/stats.go index 47aefc6..80e9e49 100644 --- a/server/stats.go +++ b/server/stats.go @@ -1,6 +1,6 @@ package main
-// This code handled periodic statistics logging. +// This code handles periodic statistics logging. // // The only thing it keeps track of is how many connections had the client_ip // parameter. Write true to statsChannel to record a connection with client_ip;