diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-01-10 02:18:07 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-01-10 02:18:07 +0100 |
commit | 20e88fda50832c8a3412586da58f19df2325fef7 (patch) | |
tree | 8d56b328aec4a543ae2fc35bf7b2712a24f24e6b /slixmpp/xmlstream/matcher | |
parent | f252be9b6d617ad02f7c9420e62ba6948374c0d1 (diff) | |
download | slixmpp-20e88fda50832c8a3412586da58f19df2325fef7.tar.gz slixmpp-20e88fda50832c8a3412586da58f19df2325fef7.tar.bz2 slixmpp-20e88fda50832c8a3412586da58f19df2325fef7.tar.xz slixmpp-20e88fda50832c8a3412586da58f19df2325fef7.zip |
Fix typos, thanks `codespell`!
Diffstat (limited to 'slixmpp/xmlstream/matcher')
-rw-r--r-- | slixmpp/xmlstream/matcher/xmlmask.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |