Fix error message whe no data_dir specified

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-02-17 18:31:26 +00:00
parent f66f5a8db7
commit 85998773c8
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -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