From f252be9b6d617ad02f7c9420e62ba6948374c0d1 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Fri, 5 Jan 2018 18:03:42 +0100 Subject: XEP-0115: Fix typo. --- slixmpp/plugins/xep_0115/caps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slixmpp') 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' -- cgit v1.2.3