<p>Josh Soref has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/17203">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">spelling: specified<br><br>Change-Id: I69b38921c9b1e3aa3e53c67638419f45fb20f613<br>---<br>M apps/app_voicemail.c<br>M channels/chan_dahdi.c<br>M channels/iax2/include/astobj.h<br>M channels/iax2/include/firmware.h<br>M menuselect/README<br>M pbx/pbx_dundi.c<br>6 files changed, 13 insertions(+), 13 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/03/17203/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c</span><br><span>index 3f2e904..e11e1b9 100644</span><br><span>--- a/apps/app_voicemail.c</span><br><span>+++ b/apps/app_voicemail.c</span><br><span>@@ -13945,7 +13945,7 @@</span><br><span>                           smdi_iface = ast_smdi_interface_find("/dev/ttyS0");</span><br><span>                        }</span><br><span>                    if (!smdi_iface) {</span><br><span style="color: hsl(0, 100%, 40%);">-                              ast_log(AST_LOG_ERROR, "No valid SMDI interface specfied, disabling SMDI voicemail notification\n");</span><br><span style="color: hsl(120, 100%, 40%);">+                                ast_log(AST_LOG_ERROR, "No valid SMDI interface specified, disabling SMDI voicemail notification\n");</span><br><span>                      }</span><br><span>            }</span><br><span> </span><br><span>diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c</span><br><span>index 5597b70..6dc5cf0 100644</span><br><span>--- a/channels/chan_dahdi.c</span><br><span>+++ b/channels/chan_dahdi.c</span><br><span>@@ -12712,7 +12712,7 @@</span><br><span>             if (tmp->use_smdi) {</span><br><span>                      tmp->smdi_iface = ast_smdi_interface_find(conf->smdi_port);</span><br><span>                    if (!(tmp->smdi_iface)) {</span><br><span style="color: hsl(0, 100%, 40%);">-                            ast_log(LOG_ERROR, "Invalid SMDI port specfied, disabling SMDI support\n");</span><br><span style="color: hsl(120, 100%, 40%);">+                         ast_log(LOG_ERROR, "Invalid SMDI port specified, disabling SMDI support\n");</span><br><span>                               tmp->use_smdi = 0;</span><br><span>                        }</span><br><span>            }</span><br><span>diff --git a/channels/iax2/include/astobj.h b/channels/iax2/include/astobj.h</span><br><span>index 3aecc4d..f1f2e36 100644</span><br><span>--- a/channels/iax2/include/astobj.h</span><br><span>+++ b/channels/iax2/include/astobj.h</span><br><span>@@ -213,7 +213,7 @@</span><br><span>  * \param object A pointer the object to operate on.</span><br><span>  * \param destructor The destructor to call if the object is no longer referenced.  It will be passed the pointer as an argument.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This macro unreferences an object and calls the specfied destructor if the</span><br><span style="color: hsl(120, 100%, 40%);">+ * This macro unreferences an object and calls the specified destructor if the</span><br><span>  * object is no longer referenced.  The destructor should free the object if it</span><br><span>  * was dynamically allocated.</span><br><span>  */</span><br><span>@@ -358,7 +358,7 @@</span><br><span>  * \param eval A statement to evaluate in the iteration loop.</span><br><span>  *</span><br><span>  * This is macro is a little complicated, but it may help to think of it as a</span><br><span style="color: hsl(0, 100%, 40%);">- * loop.  Basically it iterates through the specfied container as long as the</span><br><span style="color: hsl(120, 100%, 40%);">+ * loop.  Basically it iterates through the specified container as long as the</span><br><span>  * condition is met.  Two variables, iterator and next, are provided for use in</span><br><span>  * your \p eval statement.  See the sample code for an example.</span><br><span>  *</span><br><span>@@ -393,7 +393,7 @@</span><br><span>  * \param container A pointer to the container to search.</span><br><span>  * \param namestr The name to search for.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * Use this function to find an object with the specfied name in a container.</span><br><span style="color: hsl(120, 100%, 40%);">+ * Use this function to find an object with the specified name in a container.</span><br><span>  *</span><br><span>  * \note When the returned object is no longer in use, #ASTOBJ_UNREF() should</span><br><span>  * be used to free the additional reference created by this macro.</span><br><span>@@ -468,7 +468,7 @@</span><br><span>  * \param container A pointer to the container to operate on.</span><br><span>  * \param obj A pointer to the object to remove.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This macro iterates through a container and removes the specfied object if</span><br><span style="color: hsl(120, 100%, 40%);">+ * This macro iterates through a container and removes the specified object if</span><br><span>  * it exists in the container.</span><br><span>  *</span><br><span>  * \note This macro does not destroy any objects, it simply unlinks</span><br><span>@@ -503,7 +503,7 @@</span><br><span>  * \param namestr The name of the object to remove.</span><br><span>  *</span><br><span>  * This macro iterates through a container and removes the first object with</span><br><span style="color: hsl(0, 100%, 40%);">- * the specfied name from the container.</span><br><span style="color: hsl(120, 100%, 40%);">+ * the specified name from the container.</span><br><span>  *</span><br><span>  * \note This macro does not destroy any objects, it simply unlinks</span><br><span>  * them.  No destructors are called.</span><br><span>@@ -647,8 +647,8 @@</span><br><span>  * \param container A pointer to the container to prune.</span><br><span>  * \param destructor A destructor function to call on each marked object.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This macro iterates through the specfied container and prunes any marked</span><br><span style="color: hsl(0, 100%, 40%);">- * objects executing the specfied destructor if necessary.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This macro iterates through the specified container and prunes any marked</span><br><span style="color: hsl(120, 100%, 40%);">+ * objects executing the specified destructor if necessary.</span><br><span>  */</span><br><span> #define ASTOBJ_CONTAINER_PRUNE_MARKED(container,destructor) \</span><br><span>  do { \</span><br><span>@@ -797,7 +797,7 @@</span><br><span>  * \param obj A pointer to the object to dump.</span><br><span>  *</span><br><span>  * This macro dumps a text representation of the name, objectflags, and</span><br><span style="color: hsl(0, 100%, 40%);">- * refcount fields of an object to the specfied string buffer.</span><br><span style="color: hsl(120, 100%, 40%);">+ * refcount fields of an object to the specified string buffer.</span><br><span>  */</span><br><span> #define ASTOBJ_DUMP(s,slen,obj) \</span><br><span>   snprintf((s),(slen),"name: %s\nobjflags: %u\nrefcount: %u\n\n", (obj)->name, (obj)->objflags, (obj)->refcount);</span><br><span>diff --git a/channels/iax2/include/firmware.h b/channels/iax2/include/firmware.h</span><br><span>index a211c5d..0565f6c 100644</span><br><span>--- a/channels/iax2/include/firmware.h</span><br><span>+++ b/channels/iax2/include/firmware.h</span><br><span>@@ -90,7 +90,7 @@</span><br><span>  *                  \c callback function each time it is invoked.</span><br><span>  *</span><br><span>  * This function visits each of the elements in the IAX firmware list, calling</span><br><span style="color: hsl(0, 100%, 40%);">- * the specfied \c callback for each element. Iteration continues until the end</span><br><span style="color: hsl(120, 100%, 40%);">+ * the specified \c callback for each element. Iteration continues until the end</span><br><span>  * of the list is reached, or the \c callback returns non-zero.</span><br><span>  *</span><br><span>  * The \c callback function receives a pointer to the firmware header and the</span><br><span>diff --git a/menuselect/README b/menuselect/README</span><br><span>index 3114e08..c617481 100644</span><br><span>--- a/menuselect/README</span><br><span>+++ b/menuselect/README</span><br><span>@@ -118,7 +118,7 @@</span><br><span>    be in the output from menuselect.</span><br><span> </span><br><span>    displayname="Applications"</span><br><span style="color: hsl(0, 100%, 40%);">-   If this is specfied, this is what will be shown in the menu to the user.</span><br><span style="color: hsl(120, 100%, 40%);">+   If this is specified, this is what will be shown in the menu to the user.</span><br><span> </span><br><span>    positive_output="yes"</span><br><span>    The default for menuselect is to output all of the members of a category</span><br><span>diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c</span><br><span>index 2b71916..7dcee8b 100644</span><br><span>--- a/pbx/pbx_dundi.c</span><br><span>+++ b/pbx/pbx_dundi.c</span><br><span>@@ -2630,7 +2630,7 @@</span><br><span>                 e->command = "dundi show peer";</span><br><span>                 e->usage =</span><br><span>                        "Usage: dundi show peer [peer]\n"</span><br><span style="color: hsl(0, 100%, 40%);">-                     "       Provide a detailed description of a specifid DUNDi peer.\n";</span><br><span style="color: hsl(120, 100%, 40%);">+                        "       Provide a detailed description of a specified DUNDi peer.\n";</span><br><span>              return NULL;</span><br><span>         case CLI_GENERATE:</span><br><span>           return complete_peer_helper(a->line, a->word, a->pos, a->n, 3);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17203">change 17203</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/17203"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I69b38921c9b1e3aa3e53c67638419f45fb20f613 </div>
<div style="display:none"> Gerrit-Change-Number: 17203 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Josh Soref <jsoref@gmail.com> </div>
<div style="display:none"> Gerrit-CC: Friendly Automation </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>