summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Fifield <david@bamsoftware.com>2023-03-29 09:49:24 -0600
committerDavid Fifield <david@bamsoftware.com>2023-03-29 09:49:24 -0600
commit17829d80d5b20d3c439326ea5028db6ebfa2d2cc (patch)
tree3604bcdba0aa0ae45e1a110871eb09b8cf866975
parent47dd253a37f148750b1a3e4289e1f28362c16329 (diff)
downloadsnowflake-17829d80d5b20d3c439326ea5028db6ebfa2d2cc.tar.gz
snowflake-17829d80d5b20d3c439326ea5028db6ebfa2d2cc.zip
Comment typo.
-rw-r--r--server/stats.go2
1 files changed, 1 insertions, 1 deletions
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;