summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0050/adhoc.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-01-02 13:10:46 -0800
committerLance Stout <lancestout@gmail.com>2012-01-02 13:10:46 -0800
commitfb5a6a7d715e91e291971264b0326580b387465b (patch)
treef9e839b081bec58125320bc0f7ab04434484302b /sleekxmpp/plugins/xep_0050/adhoc.py
parent1b0fd76b45bb1c6e6409aa6e3e0b0c2edf5ba374 (diff)
parent7d1c5f4a2bb31cc3596effb73119682051eb834d (diff)
downloadslixmpp-fb5a6a7d715e91e291971264b0326580b387465b.tar.gz
slixmpp-fb5a6a7d715e91e291971264b0326580b387465b.tar.bz2
slixmpp-fb5a6a7d715e91e291971264b0326580b387465b.tar.xz
slixmpp-fb5a6a7d715e91e291971264b0326580b387465b.zip
Merge pull request #132 from rhcarvalho/master
Fix a typo in several files.
Diffstat (limited to 'sleekxmpp/plugins/xep_0050/adhoc.py')
-rw-r--r--sleekxmpp/plugins/xep_0050/adhoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0050/adhoc.py b/sleekxmpp/plugins/xep_0050/adhoc.py
index 7dbef31c..ec7b7041 100644
--- a/sleekxmpp/plugins/xep_0050/adhoc.py
+++ b/sleekxmpp/plugins/xep_0050/adhoc.py
@@ -149,7 +149,7 @@ class xep_0050(base_plugin):
Access control may be implemented in the provided handler.
Command workflow is done across a sequence of command handlers. The
- first handler is given the intial Iq stanza of the request in order
+ first handler is given the initial Iq stanza of the request in order
to support access control. Subsequent handlers are given only the
payload items of the command. All handlers will receive the command's
session data.