summary refs log tree commit diff
path: root/synapse/handlers/message.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-03-04 15:22:39 +0000
committerErik Johnston <erik@matrix.org>2016-03-04 15:22:39 +0000
commit13cbd31040787110bdc6d5d4ccc38234139e4b27 (patch)
treee9a4d607a2caa8efc9610662900551e022e3b8a8 /synapse/handlers/message.py
parentAdd profile information to invites (diff)
downloadsynapse-13cbd31040787110bdc6d5d4ccc38234139e4b27.tar.xz
Spelling
Diffstat (limited to 'synapse/handlers/message.py')
-rw-r--r--synapse/handlers/message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/message.py b/synapse/handlers/message.py
index 2b1cf1c3af..e92c74d07b 100644
--- a/synapse/handlers/message.py
+++ b/synapse/handlers/message.py
@@ -212,7 +212,7 @@ class MessageHandler(BaseHandler):
                     content["avatar_url"] = yield profile.get_avatar_url(target)
                 except Exception as e:
                     logger.info(
-                        "Failed to get profile infomration for %r: %s",
+                        "Failed to get profile information for %r: %s",
                         target, e
                     )