[asterisk-commits] dbrooks: branch 1.6.1 r208459 - in /branches/1.6.1: apps/ pbx/ res/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jul 23 15:45:46 CDT 2009
Author: dbrooks
Date: Thu Jul 23 15:45:41 2009
New Revision: 208459
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=208459
Log:
Just replacing typos "recieved" with "received".
(closes issue #15360)
Reported by: okrief
Modified:
branches/1.6.1/apps/app_rpt.c
branches/1.6.1/pbx/pbx_dundi.c
branches/1.6.1/res/res_smdi.c
Modified: branches/1.6.1/apps/app_rpt.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.1/apps/app_rpt.c?view=diff&rev=208459&r1=208458&r2=208459
==============================================================================
--- branches/1.6.1/apps/app_rpt.c (original)
+++ branches/1.6.1/apps/app_rpt.c Thu Jul 23 15:45:41 2009
@@ -6705,7 +6705,7 @@
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;
}
Modified: branches/1.6.1/pbx/pbx_dundi.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.1/pbx/pbx_dundi.c?view=diff&rev=208459&r1=208458&r2=208459
==============================================================================
--- branches/1.6.1/pbx/pbx_dundi.c (original)
+++ branches/1.6.1/pbx/pbx_dundi.c Thu Jul 23 15:45:41 2009
@@ -1885,7 +1885,7 @@
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);
Modified: branches/1.6.1/res/res_smdi.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.1/res/res_smdi.c?view=diff&rev=208459&r1=208458&r2=208459
==============================================================================
--- branches/1.6.1/res/res_smdi.c (original)
+++ branches/1.6.1/res/res_smdi.c Thu Jul 23 15:45:41 2009
@@ -711,7 +711,7 @@
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;
}
}
More information about the asterisk-commits
mailing list