From 17829d80d5b20d3c439326ea5028db6ebfa2d2cc Mon Sep 17 00:00:00 2001 From: David Fifield Date: Wed, 29 Mar 2023 09:49:24 -0600 Subject: [PATCH] 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;