Fix a typo in several files.

This fixes several instances of "intial" for "initial".
This commit is contained in:
Rodolfo Carvalho
2012-01-02 18:59:39 -02:00
parent 46e93bea09
commit 7d1c5f4a2b
10 changed files with 20 additions and 20 deletions

View File

@@ -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.