From 20e88fda50832c8a3412586da58f19df2325fef7 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Wed, 10 Jan 2018 02:18:07 +0100 Subject: Fix typos, thanks `codespell`! --- slixmpp/xmlstream/matcher/xmlmask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slixmpp/xmlstream/matcher/xmlmask.py') diff --git a/slixmpp/xmlstream/matcher/xmlmask.py b/slixmpp/xmlstream/matcher/xmlmask.py index 7e26abe2..343bb340 100644 --- a/slixmpp/xmlstream/matcher/xmlmask.py +++ b/slixmpp/xmlstream/matcher/xmlmask.py @@ -75,7 +75,7 @@ class MatchXMLMask(MatcherBase): Defaults to ``"__no_ns__"``. """ if source is None: - # If the element was not found. May happend during recursive calls. + # If the element was not found. May happen during recursive calls. return False # Convert the mask to an XML object if it is a string. -- cgit v1.2.3