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/stanza/roster.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'slixmpp/stanza') diff --git a/slixmpp/stanza/roster.py b/slixmpp/stanza/roster.py index 11d38cc2..b028e432 100644 --- a/slixmpp/stanza/roster.py +++ b/slixmpp/stanza/roster.py @@ -40,7 +40,7 @@ class Roster(ElementBase): def get_ver(self): """ - Ensure handling an empty ver attribute propery. + Ensure handling an empty ver attribute property. The ver attribute is special in that the presence of the attribute with an empty value is important for boostrapping @@ -50,7 +50,7 @@ class Roster(ElementBase): def set_ver(self, ver): """ - Ensure handling an empty ver attribute propery. + Ensure handling an empty ver attribute property. The ver attribute is special in that the presence of the attribute with an empty value is important for boostrapping -- cgit v1.2.3