summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0030
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-01-10 02:18:07 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-01-10 02:18:07 +0100
commit20e88fda50832c8a3412586da58f19df2325fef7 (patch)
tree8d56b328aec4a543ae2fc35bf7b2712a24f24e6b /slixmpp/plugins/xep_0030
parentf252be9b6d617ad02f7c9420e62ba6948374c0d1 (diff)
downloadslixmpp-20e88fda50832c8a3412586da58f19df2325fef7.tar.gz
slixmpp-20e88fda50832c8a3412586da58f19df2325fef7.tar.bz2
slixmpp-20e88fda50832c8a3412586da58f19df2325fef7.tar.xz
slixmpp-20e88fda50832c8a3412586da58f19df2325fef7.zip
Fix typos, thanks `codespell`!
Diffstat (limited to 'slixmpp/plugins/xep_0030')
-rw-r--r--slixmpp/plugins/xep_0030/static.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/plugins/xep_0030/static.py b/slixmpp/plugins/xep_0030/static.py
index 5ff7afb5..559c8f14 100644
--- a/slixmpp/plugins/xep_0030/static.py
+++ b/slixmpp/plugins/xep_0030/static.py
@@ -257,7 +257,7 @@ class StaticDisco(object):
def add_identity(self, jid, node, ifrom, data):
"""
- Add a new identity to te JID/node combination.
+ Add a new identity to the JID/node combination.
The data parameter may provide:
category -- The general category to which the agent belongs.