No subject


Sun Jul 19 19:54:31 CDT 2009


Modified:
    branches/1.6.0/pbx/pbx_dundi.c
    branches/1.6.0/res/res_smdi.c

Modified: branches/1.6.0/pbx/pbx_dundi.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.0/pbx/pbx_dundi.c?view=diff&rev=209061&r1=209060&r2=209061
==============================================================================
--- branches/1.6.0/pbx/pbx_dundi.c (original)
+++ branches/1.6.0/pbx/pbx_dundi.c Mon Jul 27 11:06:10 2009
@@ -1929,7 +1929,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.0/res/res_smdi.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.0/res/res_smdi.c?view=diff&rev=209061&r1=209060&r2=209061
==============================================================================
--- branches/1.6.0/res/res_smdi.c (original)
+++ branches/1.6.0/res/res_smdi.c Mon Jul 27 11:06:10 2009
@@ -654,7 +654,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