diff options
Diffstat (limited to 'examples/roster_browser.py')
-rw-r--r-- | examples/roster_browser.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/roster_browser.py b/examples/roster_browser.py index 7e7ec816..b366d00f 100644 --- a/examples/roster_browser.py +++ b/examples/roster_browser.py @@ -42,7 +42,7 @@ class RosterBrowser(sleekxmpp.ClientXMPP): # The session_start event will be triggered when # the bot establishes its connection with the server # and the XML streams are ready for use. We want to - # listen for this event so that we we can intialize + # listen for this event so that we we can initialize # our roster. We need threaded=True so that the # session_start handler doesn't block event processing # while we wait for presence stanzas to arrive. @@ -57,7 +57,7 @@ class RosterBrowser(sleekxmpp.ClientXMPP): Process the session_start event. Typical actions for the session_start event are - requesting the roster and broadcasting an intial + requesting the roster and broadcasting an initial presence stanza. Arguments: |