Merge pull request #132 from rhcarvalho/master

Fix a typo in several files.
This commit is contained in:
Lance Stout
2012-01-02 13:10:46 -08:00
10 changed files with 20 additions and 20 deletions

View File

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