From 7d1c5f4a2bb31cc3596effb73119682051eb834d Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Mon, 2 Jan 2012 18:59:39 -0200 Subject: Fix a typo in several files. This fixes several instances of "intial" for "initial". --- examples/disco_browser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/disco_browser.py') diff --git a/examples/disco_browser.py b/examples/disco_browser.py index 20d012bc..0d282d78 100755 --- a/examples/disco_browser.py +++ b/examples/disco_browser.py @@ -60,7 +60,7 @@ class Disco(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. self.add_event_handler("session_start", self.start) @@ -69,7 +69,7 @@ class Disco(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. In this case, we send disco#info and disco#items -- cgit v1.2.3