mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 08:44:14 +00:00
Fixing typos. Replaces "recieved" with "received" and "initilize" with "initialize"
(closes issue #15571) Reported by: alecdavis git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@209098 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -560,7 +560,7 @@ static struct ast_custom_function jabberstatus_function = {
|
||||
/*!
|
||||
* \brief Dial plan function to send a message.
|
||||
* \param chan ast_channel
|
||||
* \param data Data is sender|reciever|message.
|
||||
* \param data Data is sender|receiver|message.
|
||||
* \return 0 on success,-1 on error.
|
||||
*/
|
||||
static int aji_send_exec(struct ast_channel *chan, const char *data)
|
||||
@@ -1437,7 +1437,7 @@ static int aji_dinfo_handler(void *data, ikspak *pak)
|
||||
|
||||
resource = aji_find_resource(buddy, pak->from->resource);
|
||||
if (pak->subtype == IKS_TYPE_ERROR) {
|
||||
ast_log(LOG_WARNING, "Recieved error from a client, turn on jabber debug!\n");
|
||||
ast_log(LOG_WARNING, "Received error from a client, turn on jabber debug!\n");
|
||||
return IKS_FILTER_EAT;
|
||||
}
|
||||
if (pak->subtype == IKS_TYPE_RESULT) {
|
||||
|
Reference in New Issue
Block a user