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". --- sleekxmpp/plugins/xep_0050/adhoc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sleekxmpp/plugins/xep_0050') 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. -- cgit v1.2.3