From 85998773c831f778150b0bb5faa9ec8c3c3cfc9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 17 Feb 2019 18:31:26 +0000 Subject: [PATCH] Fix error message whe no data_dir specified MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- slixmpp_omemo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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