From 03bdbb8c6b8a837f65e757a281d178dc1f1b8254 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 29 Dec 2018 12:48:09 +0000 Subject: typo --- synapse/handlers/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse/handlers/stats.py') diff --git a/synapse/handlers/stats.py b/synapse/handlers/stats.py index 4fa9f1de95..5c734cfca1 100644 --- a/synapse/handlers/stats.py +++ b/synapse/handlers/stats.py @@ -28,7 +28,7 @@ logger = logging.getLogger(__name__) class StatsHandler(StateDeltasHandler): """Handles keeping the *_stats tables updated with a simple time-series of information about the users, rooms and media on the server, such that admins - have some idea of who is consuming their resouces. + have some idea of who is consuming their resources. Heavily derived from UserDirectoryHandler """ -- cgit 1.5.1