diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-01-05 18:03:42 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-01-05 18:03:42 +0100 |
commit | f252be9b6d617ad02f7c9420e62ba6948374c0d1 (patch) | |
tree | 6f5771d8435b32eda3f009d2785e920cf0138584 | |
parent | ee98159586a3b7e4373d8dd23bef24612d475a59 (diff) | |
download | slixmpp-f252be9b6d617ad02f7c9420e62ba6948374c0d1.tar.gz slixmpp-f252be9b6d617ad02f7c9420e62ba6948374c0d1.tar.bz2 slixmpp-f252be9b6d617ad02f7c9420e62ba6948374c0d1.tar.xz slixmpp-f252be9b6d617ad02f7c9420e62ba6948374c0d1.zip |
XEP-0115: Fix typo.
-rw-r--r-- | slixmpp/plugins/xep_0115/caps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/plugins/xep_0115/caps.py b/slixmpp/plugins/xep_0115/caps.py index 131d269b..78824c84 100644 --- a/slixmpp/plugins/xep_0115/caps.py +++ b/slixmpp/plugins/xep_0115/caps.py @@ -27,7 +27,7 @@ log = logging.getLogger(__name__) class XEP_0115(BasePlugin): """ - XEP-0115: Entity Capabalities + XEP-0115: Entity Capabilities """ name = 'xep_0115' |