summaryrefslogtreecommitdiff
path: root/res/res_jabber.c
diff options
context:
space:
mode:
authorDavid Brooks <dbrooks@digium.com>2009-07-27 16:33:50 +0000
committerDavid Brooks <dbrooks@digium.com>2009-07-27 16:33:50 +0000
commitd81d6d3415708fabcc9e14db0fff77921363161e (patch)
tree0de94acf38d584dfbef0f9b1a97d1fc657a7e2bc /res/res_jabber.c
parentf57f4201024c35ff304c7dc322290bad6933bac2 (diff)
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
Diffstat (limited to 'res/res_jabber.c')
-rw-r--r--res/res_jabber.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_jabber.c b/res/res_jabber.c
index e7feb37df..444575d0a 100644
--- a/res/res_jabber.c
+++ b/res/res_jabber.c
@@ -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) {