From 4b7c9f83e75036d1f3443ccdb638204951e0729c Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Mon, 30 Jul 2018 21:09:34 +0100 Subject: [PATCH] Fix typo --- commands/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/stats.py b/commands/stats.py index 0bc7a09..6d032f3 100644 --- a/commands/stats.py +++ b/commands/stats.py @@ -16,7 +16,7 @@ class Stats: for i in main.wholist.keys(): numWhoEntries += len(main.wholist[i].keys()) stats.append("Servers: %s" % len(main.pool.keys())) - stats.append("Online ervers: %s" % len(main.IRCPool.keys())) + stats.append("Online servers: %s" % len(main.IRCPool.keys())) stats.append("Channels: %s" % numChannels) stats.append("User records: %s" % numWhoEntries) counterEvents = count.getEvents()