diff --git a/slixmpp_omemo/__init__.py b/slixmpp_omemo/__init__.py index 9d2ae24..4be4f35 100644 --- a/slixmpp_omemo/__init__.py +++ b/slixmpp_omemo/__init__.py @@ -161,7 +161,7 @@ class XEP_0384(BasePlugin): raise PluginCouldNotLoad if not self.data_dir: - log.info("xep_0384 canoot be loaded as there is not data directory " + log.info("xep_0384 cannot be loaded as there is not data directory " "specified") return None