From 3a578de20c70e155c6754fda4cc1c74863b5bda9 Mon Sep 17 00:00:00 2001 From: dbrooks Date: Mon, 27 Jul 2009 16:33:50 +0000 Subject: Fixing typos. Replaces "recieved" with "received" and "initilize" with "initialize" (closes issue #15571) Reported by: alecdavis git-svn-id: http://svn.digium.com/svn/asterisk/trunk@209098 f38db490-d61c-443f-a65b-d21fe96a405b --- pbx/pbx_dundi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbx') diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c index 2392741af..ce0f02c59 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); -- cgit v1.2.3