]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Just replacing typos "recieved" with "received".
authorDavid Brooks <dbrooks@digium.com>
Thu, 23 Jul 2009 20:45:41 +0000 (20:45 +0000)
committerDavid Brooks <dbrooks@digium.com>
Thu, 23 Jul 2009 20:45:41 +0000 (20:45 +0000)
(closes issue #15360)
Reported by: okrief

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

apps/app_rpt.c
pbx/pbx_dundi.c
res/res_smdi.c

index 75e95855980a0fdfa2c9e2e5fc99845a1704b690..5a6949b261d167caf16548c659077958dfb9089a 100644 (file)
@@ -6705,7 +6705,7 @@ struct    ast_frame wf;
                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;
        }
index d86b3ccee9f40459cff16885d53e50ec9975d7f6..4d17376738452f91b62ed06fefe541a987f9dcd1 100644 (file)
@@ -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);
index 9cd78b490259a28b318821e80b097db5a4b15048..b631b312ccb2bbf4947c7bf56f0c695b509f6bd0 100644 (file)
@@ -711,7 +711,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;
                }
        }