aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordbrooks <dbrooks@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-27 16:07:21 +0000
committerdbrooks <dbrooks@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-27 16:07:21 +0000
commitbc0a75cfc8fbfb0b7cd43736943e4b064f29d98b (patch)
tree57221848d619149363c3d5c80df512422e798918
parentddd9ed005af775d15eb8ce4f6b9a17c8e41b3916 (diff)
Just replacing typos "recieved" with "received".
From issue #15360, forgot to apply to trunk and other branches. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@209063 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_rpt.c2
-rw-r--r--pbx/pbx_dundi.c2
-rw-r--r--res/res_smdi.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/app_rpt.c b/apps/app_rpt.c
index 0b178b471..a5778574b 100644
--- a/apps/app_rpt.c
+++ b/apps/app_rpt.c
@@ -6705,7 +6705,7 @@ struct ast_frame wf;
strcpy(mylink->linklist,tmp + 2);
time(&mylink->linklistreceived);
rpt_mutex_unlock(&myrpt->lock);
- if (debug > 6) ast_log(LOG_NOTICE,"@@@@ node %s recieved node list %s from node %s\n",
+ if (debug > 6) ast_log(LOG_NOTICE,"@@@@ node %s received node list %s from node %s\n",
myrpt->name,tmp,mylink->name);
return;
}
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index dfea27775..f478b7768 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -1885,7 +1885,7 @@ static int handle_command_response(struct dundi_transaction *trans, struct dundi
break;
default:
/* Send unknown command if we don't know it, with final flag IFF it's the
- first command in the dialog and only if we haven't recieved final notification */
+ first command in the dialog and only if we haven't received final notification */
if (!final) {
dundi_ie_append_byte(ied, DUNDI_IE_UNKNOWN, cmd);
dundi_send(trans, DUNDI_COMMAND_UNKNOWN, 0, !hdr->oseqno, ied);
diff --git a/res/res_smdi.c b/res/res_smdi.c
index e0c87c640..cb1644e4b 100644
--- a/res/res_smdi.c
+++ b/res/res_smdi.c
@@ -712,7 +712,7 @@ static void *smdi_read(void *iface_p)
ASTOBJ_UNREF(mwi_msg, ast_smdi_mwi_message_destroy);
} else {
- ast_log(LOG_ERROR, "Unknown SMDI message type recieved on %s (M%c).\n", iface->name, c);
+ ast_log(LOG_ERROR, "Unknown SMDI message type received on %s (M%c).\n", iface->name, c);
start = 0;
}
}