]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Just replacing typos "recieved" with "received".
authorDavid Brooks <dbrooks@digium.com>
Mon, 27 Jul 2009 16:06:10 +0000 (16:06 +0000)
committerDavid Brooks <dbrooks@digium.com>
Mon, 27 Jul 2009 16:06:10 +0000 (16:06 +0000)
From issue #15360, forgot to apply to trunk and other branches.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@209061 65c4cc65-6c06-0410-ace0-fbb531ad65f3

pbx/pbx_dundi.c
res/res_smdi.c

index 4d94aaca660165e219d4715576bff28c008a9028..336ab9f7c28ddfb9302384503693f0b262c97ea7 100644 (file)
@@ -1929,7 +1929,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);
index ba740c87cd4479353fa342f00807c7812dd33090..78a82e2da1868214aa4d98d8239f1cd382fd3d4f 100644 (file)
@@ -654,7 +654,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;
                }
        }