summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0050/adhoc.py
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2012-01-02 18:59:39 -0200
committerRodolfo Carvalho <rhcarvalho@gmail.com>2012-01-02 18:59:39 -0200
commit7d1c5f4a2bb31cc3596effb73119682051eb834d (patch)
tree5a16df89bf0ede5d7de0462a3aa7ce385ce526dc /sleekxmpp/plugins/xep_0050/adhoc.py
parent46e93bea09c05ab1183fd94981dcaa2654e5d0fd (diff)
downloadslixmpp-7d1c5f4a2bb31cc3596effb73119682051eb834d.tar.gz
slixmpp-7d1c5f4a2bb31cc3596effb73119682051eb834d.tar.bz2
slixmpp-7d1c5f4a2bb31cc3596effb73119682051eb834d.tar.xz
slixmpp-7d1c5f4a2bb31cc3596effb73119682051eb834d.zip
Fix a typo in several files.
This fixes several instances of "intial" for "initial".
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 5095f874..044dc387 100644
--- a/sleekxmpp/plugins/xep_0050/adhoc.py
+++ b/sleekxmpp/plugins/xep_0050/adhoc.py
@@ -147,7 +147,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.