summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0059
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/plugins/xep_0059')
-rw-r--r--slixmpp/plugins/xep_0059/rsm.py2
-rw-r--r--slixmpp/plugins/xep_0059/stanza.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/slixmpp/plugins/xep_0059/rsm.py b/slixmpp/plugins/xep_0059/rsm.py
index 8f7f48f0..a8eeea60 100644
--- a/slixmpp/plugins/xep_0059/rsm.py
+++ b/slixmpp/plugins/xep_0059/rsm.py
@@ -22,7 +22,7 @@ log = logging.getLogger(__name__)
class ResultIterator:
"""
- An iterator for Result Set Managment
+ An iterator for Result Set Management
"""
def __init__(self, query, interface, results='substanzas', amount=10,
diff --git a/slixmpp/plugins/xep_0059/stanza.py b/slixmpp/plugins/xep_0059/stanza.py
index 38ac08b8..b74ac1e8 100644
--- a/slixmpp/plugins/xep_0059/stanza.py
+++ b/slixmpp/plugins/xep_0059/stanza.py
@@ -13,7 +13,7 @@ from slixmpp.plugins.xep_0030.stanza.items import DiscoItems
class Set(ElementBase):
"""
- XEP-0059 (Result Set Managment) can be used to manage the
+ XEP-0059 (Result Set Management) can be used to manage the
results of queries. For example, limiting the number of items
per response or starting at certain positions.