]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 209098 via svnmerge from
authorDavid Brooks <dbrooks@digium.com>
Mon, 27 Jul 2009 20:23:33 +0000 (20:23 +0000)
committerDavid Brooks <dbrooks@digium.com>
Mon, 27 Jul 2009 20:23:33 +0000 (20:23 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

........
  r209098 | dbrooks | 2009-07-27 11:33:50 -0500 (Mon, 27 Jul 2009) | 6 lines

  Fixing typos. Replaces "recieved" with "received" and "initilize" with "initialize"

  (closes issue #15571)
  Reported by: alecdavis
........

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

channels/chan_dahdi.c
channels/chan_vpb.cc
include/asterisk/module.h
main/features.c
res/res_agi.c
res/res_jabber.c
res/res_smdi.c

index daa2841e2bc2126b6d52e2fb1b30706ec64e7b08..6a1c8a7b61fcf5a6070a132506419fb3cbfdf388 100644 (file)
@@ -4738,7 +4738,7 @@ static struct ast_frame *dahdi_handle_event(struct ast_channel *ast)
                        p->echocanon = 0;
                        break;
                case DAHDI_EVENT_BITSCHANGED:
-                       ast_log(LOG_WARNING, "Recieved bits changed on %s signalling?\n", sig2str(p->sig));
+                       ast_log(LOG_WARNING, "Received bits changed on %s signalling?\n", sig2str(p->sig));
                case DAHDI_EVENT_PULSE_START:
                        /* Stop tone if there's a pulse start and the PBX isn't started */
                        if (!ast->pbx)
@@ -7200,7 +7200,7 @@ static void *ss_thread(void *data)
                                else if (smdi_msg->type == 'N')
                                        pbx_builtin_setvar_helper(chan, "_SMDI_VM_TYPE", "u");
 
-                               ast_debug(1, "Recieved SMDI message on %s\n", chan->name);
+                               ast_debug(1, "Received SMDI message on %s\n", chan->name);
                        } else {
                                ast_log(LOG_WARNING, "SMDI enabled but no SMDI message present\n");
                        }
index 92b2919a482b06dbbd119312c35211c952ef4b07..78f3ceeeaf7f53a3547546057c7bc540b95755df 100644 (file)
@@ -1509,7 +1509,7 @@ static struct vpb_pvt *mkif(int board, int channel, int mode, int gains, float t
        tmp->callgroup = callgroup;
        tmp->pickupgroup = pickupgroup;
 
-       /* Initilize dtmf caller ID position variable */
+       /* Initialize dtmf caller ID position variable */
        tmp->dtmf_caller_pos = 0;
 
        ast_copy_string(tmp->language, language, sizeof(tmp->language));
index c30325294e894e7406189428b49b0d219747d048..a46f3319cb64f9645e1d1f703a848de4ef1bf46d 100644 (file)
@@ -69,7 +69,7 @@ enum ast_module_load_result {
  * \param resource_name The name of the module to load.
  *
  * This function is run by the PBX to load the modules.  It performs
- * all loading and initilization tasks.   Basically, to load a module, just
+ * all loading and initialization tasks.   Basically, to load a module, just
  * give it the name of the module and it will do the rest.
  *
  * \return See possible enum values for ast_module_load_result.
index 37fe28b72eca543f5092f3fe7028873a7719a809..4c39db39a8df352603ff7dddb5759339c6cad64b 100644 (file)
@@ -1042,7 +1042,7 @@ static int builtin_blindtransfer(struct ast_channel *chan, struct ast_channel *p
                if (!transferer->cdr) { /* this code should never get called (in a perfect world) */
                        transferer->cdr=ast_cdr_alloc();
                        if (transferer->cdr) {
-                               ast_cdr_init(transferer->cdr, transferer); /* initilize our channel's cdr */
+                               ast_cdr_init(transferer->cdr, transferer); /* initialize our channel's cdr */
                                ast_cdr_start(transferer->cdr);
                        }
                }
index 302a5f5ade3d9d4511e449689e00e9d0eb8e59bf..c036cc5be5681acaca11526f33be2edc22d0eb45 100644 (file)
@@ -2246,7 +2246,7 @@ static char usage_sayphonetic[] =
 
 static char usage_getdata[] =
 " Usage: GET DATA <file to be streamed> [timeout] [max digits]\n"
-"      Stream the given file, and recieve DTMF data. Returns the digits received\n"
+"      Stream the given file, and receive DTMF data. Returns the digits received\n"
 "from the channel at the other end.\n";
 
 static char usage_setcontext[] =
index 5751f42c3259d2e13e5e1afbcd754c714b11fc56..124b15ab6da5a1e5a3e98e89222e31d2d070e094 100644 (file)
@@ -462,7 +462,7 @@ static struct ast_custom_function jabberstatus_function = {
 /*!
  * \brief Dial plan function to send a message.
  * \param chan ast_channel
- * \param data  Data is sender|reciever|message.
+ * \param data  Data is sender|receiver|message.
  * \return 0 on success,-1 on error.
  */
 static int aji_send_exec(struct ast_channel *chan, void *data)
@@ -1339,7 +1339,7 @@ static int aji_dinfo_handler(void *data, ikspak *pak)
 
        resource = aji_find_resource(buddy, pak->from->resource);
        if (pak->subtype == IKS_TYPE_ERROR) {
-               ast_log(LOG_WARNING, "Recieved error from a client, turn on jabber debug!\n");
+               ast_log(LOG_WARNING, "Received error from a client, turn on jabber debug!\n");
                return IKS_FILTER_EAT;
        }
        if (pak->subtype == IKS_TYPE_RESULT) {
index 78a82e2da1868214aa4d98d8239f1cd382fd3d4f..e29570b96bfd3a7a3f50d3afff85f9f242cf5511 100644 (file)
@@ -601,7 +601,7 @@ static void *smdi_read(void *iface_p)
                        /* add the message to the message queue */
                        md_msg->timestamp = ast_tvnow();
                        ast_smdi_md_message_push(iface, md_msg);
-                       ast_log(LOG_DEBUG, "Recieved SMDI MD message on %s\n", iface->name);
+                       ast_log(LOG_DEBUG, "Received SMDI MD message on %s\n", iface->name);
                        
                        ASTOBJ_UNREF(md_msg, ast_smdi_md_message_destroy);
 
@@ -650,7 +650,7 @@ static void *smdi_read(void *iface_p)
                        /* add the message to the message queue */
                        mwi_msg->timestamp = ast_tvnow();
                        ast_smdi_mwi_message_push(iface, mwi_msg);
-                       ast_log(LOG_DEBUG, "Recieved SMDI MWI message on %s\n", iface->name);
+                       ast_log(LOG_DEBUG, "Received SMDI MWI message on %s\n", iface->name);
                        
                        ASTOBJ_UNREF(mwi_msg, ast_smdi_mwi_message_destroy);
                } else {