No subject


Sun Jul 19 19:54:31 CDT 2009


Modified:
    branches/1.6.2/apps/app_rpt.c
    branches/1.6.2/pbx/pbx_dundi.c
    branches/1.6.2/res/res_smdi.c

Modified: branches/1.6.2/apps/app_rpt.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/apps/app_rpt.c?view=diff&rev=209063&r1=209062&r2=209063
==============================================================================
--- branches/1.6.2/apps/app_rpt.c (original)
+++ branches/1.6.2/apps/app_rpt.c Mon Jul 27 11:07:21 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.2/pbx/pbx_dundi.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/pbx/pbx_dundi.c?view=diff&rev=209063&r1=209062&r2=209063
==============================================================================
--- branches/1.6.2/pbx/pbx_dundi.c (original)
+++ branches/1.6.2/pbx/pbx_dundi.c Mon Jul 27 11:07:21 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.2/res/res_smdi.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/res/res_smdi.c?view=diff&rev=209063&r1=209062&r2=209063
==============================================================================
--- branches/1.6.2/res/res_smdi.c (original)
+++ branches/1.6.2/res/res_smdi.c Mon Jul 27 11:07:21 2009
@@ -712,7 +712,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 svn-commits mailing list