summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2018-12-29 12:48:09 +0000
committerMatthew Hodgson <matthew@matrix.org>2018-12-29 12:48:09 +0000
commit03bdbb8c6b8a837f65e757a281d178dc1f1b8254 (patch)
treebfb65cd2587c8b60b7472bf9140e8a09e3fed934
parenthook up state deltas to stats (diff)
downloadsynapse-matthew/stats.tar.xz
-rw-r--r--synapse/handlers/stats.py2
1 files changed, 1 insertions, 1 deletions
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
     """