<p>Josh Soref has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/16942">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">spelling: function<br><br>Change-Id: I812d8c6032b2caca54602c2a425e1f0b5d436824<br>---<br>M CHANGES<br>M addons/ooh323c/src/ooGkClient.c<br>M addons/ooh323c/src/ooasn1.h<br>M addons/ooh323c/src/ooh245.h<br>M channels/chan_iax2.c<br>M codecs/lpc10/dyptrk.c<br>M codecs/lpc10/voicin.c<br>M include/asterisk/message.h<br>M main/pbx.c<br>M pbx/pbx_lua.c<br>M res/res_parking.c<br>M res/res_xmpp.c<br>12 files changed, 14 insertions(+), 14 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/42/16942/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/CHANGES b/CHANGES</span><br><span>index 1f6c978..c14876b 100644</span><br><span>--- a/CHANGES</span><br><span>+++ b/CHANGES</span><br><span>@@ -3269,7 +3269,7 @@</span><br><span> Functions</span><br><span> ------------------</span><br><span>  * A new function, TALK_DETECT, has been added. When set on a channel, this</span><br><span style="color: hsl(0, 100%, 40%);">-   fucntion causes events indicating the starting/stoping of talking on said</span><br><span style="color: hsl(120, 100%, 40%);">+   function causes events indicating the starting/stoping of talking on said</span><br><span>    channel to be emitted to both AMI and ARI clients.</span><br><span> </span><br><span> ------------------------------------------------------------------------------</span><br><span>diff --git a/addons/ooh323c/src/ooGkClient.c b/addons/ooh323c/src/ooGkClient.c</span><br><span>index 5ec33ee..bcbe39c 100644</span><br><span>--- a/addons/ooh323c/src/ooGkClient.c</span><br><span>+++ b/addons/ooh323c/src/ooGkClient.c</span><br><span>@@ -2870,7 +2870,7 @@</span><br><span> }</span><br><span> </span><br><span> /**</span><br><span style="color: hsl(0, 100%, 40%);">- * TODO: This fuction might not work properly in case of additive registrations</span><br><span style="color: hsl(120, 100%, 40%);">+ * TODO: This function might not work properly in case of additive registrations</span><br><span>  * For example we registrered 10 aliases and gatekeeper accepted 8 of them.</span><br><span>  * Now we want to register another two new aliases(not out of those first 10).</span><br><span>  * Gk responds with RCF with empty terminalAlias field thus indicating both</span><br><span>diff --git a/addons/ooh323c/src/ooasn1.h b/addons/ooh323c/src/ooasn1.h</span><br><span>index 0b25a30..92aadfa 100644</span><br><span>--- a/addons/ooh323c/src/ooasn1.h</span><br><span>+++ b/addons/ooh323c/src/ooasn1.h</span><br><span>@@ -1663,7 +1663,7 @@</span><br><span> EXTERN int encodebitsFromOctet (OOCTXT* pctxt, ASN1OCTET value, ASN1UINT nbits);</span><br><span> </span><br><span> /**</span><br><span style="color: hsl(0, 100%, 40%);">- * This fuction will encode an array of octets. The Octets will be encoded</span><br><span style="color: hsl(120, 100%, 40%);">+ * This function will encode an array of octets. The Octets will be encoded</span><br><span>  * unaligned starting at the current bit offset within the encode buffer.</span><br><span>  *</span><br><span>  * @param pctxt        A pointer to a context structure. The provides a storage</span><br><span>diff --git a/addons/ooh323c/src/ooh245.h b/addons/ooh323c/src/ooh245.h</span><br><span>index f21e7ce..7d9bc7b 100644</span><br><span>--- a/addons/ooh323c/src/ooh245.h</span><br><span>+++ b/addons/ooh323c/src/ooh245.h</span><br><span>@@ -127,7 +127,7 @@</span><br><span> EXTERN ASN1UINT ooGenerateStatusDeterminationNumber(void);</span><br><span> </span><br><span> /**</span><br><span style="color: hsl(0, 100%, 40%);">- * This fuction is used to handle received MasterSlaveDetermination procedure</span><br><span style="color: hsl(120, 100%, 40%);">+ * This function is used to handle received MasterSlaveDetermination procedure</span><br><span>  * messages.</span><br><span>  * @param call       Pointer to the call for which a message is received.</span><br><span>  * @param pmsg       Pointer to MSD message</span><br><span>diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c</span><br><span>index 3a1451c..e58904d 100644</span><br><span>--- a/channels/chan_iax2.c</span><br><span>+++ b/channels/chan_iax2.c</span><br><span>@@ -2004,7 +2004,7 @@</span><br><span> }</span><br><span> </span><br><span> /*!</span><br><span style="color: hsl(0, 100%, 40%);">- * \note This funtion calls realtime_peer -> reg_source_db -> iax2_poke_peer -> find_callno,</span><br><span style="color: hsl(120, 100%, 40%);">+ * \note This function calls realtime_peer -> reg_source_db -> iax2_poke_peer -> find_callno,</span><br><span>  *       so do not call it with a pvt lock held.</span><br><span>  */</span><br><span> static struct iax2_peer *find_peer(const char *name, int realtime)</span><br><span>diff --git a/codecs/lpc10/dyptrk.c b/codecs/lpc10/dyptrk.c</span><br><span>index ff5faf6..f7c00c9 100644</span><br><span>--- a/codecs/lpc10/dyptrk.c</span><br><span>+++ b/codecs/lpc10/dyptrk.c</span><br><span>@@ -315,7 +315,7 @@</span><br><span>     if (*voice == 0 && *alphax < 128.f) {</span><br><span>         alpha = 8.f;</span><br><span>     }</span><br><span style="color: hsl(0, 100%, 40%);">-/* SEESAW: Construct a pitch pointer array and intermediate winner functio</span><br><span style="color: hsl(120, 100%, 40%);">+/* SEESAW: Construct a pitch pointer array and intermediate winner function</span><br><span> n*/</span><br><span> /*   Left to right pass: */</span><br><span>     iptr = *ipoint + 1;</span><br><span>diff --git a/codecs/lpc10/voicin.c b/codecs/lpc10/voicin.c</span><br><span>index 58125b5..8d80e0d 100644</span><br><span>--- a/codecs/lpc10/voicin.c</span><br><span>+++ b/codecs/lpc10/voicin.c</span><br><span>@@ -542,7 +542,7 @@</span><br><span> /*   SNR.  The last element of the vector is the constant. */</span><br><span> /*              E    ZC    RC1    Qs   IVRC2  aRb   aRf        c */</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-/*  The VOICE array contains the result of the linear discriminant functio</span><br><span style="color: hsl(120, 100%, 40%);">+/*  The VOICE array contains the result of the linear discriminant function</span><br><span> n*/</span><br><span> /*   (analog values).  The VOIBUF array contains the hard-limited binary</span><br><span> */</span><br><span>diff --git a/include/asterisk/message.h b/include/asterisk/message.h</span><br><span>index 94b5e91..09307a0 100644</span><br><span>--- a/include/asterisk/message.h</span><br><span>+++ b/include/asterisk/message.h</span><br><span>@@ -352,7 +352,7 @@</span><br><span> /*!</span><br><span>  * \brief Queue a message for routing through the dialplan.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * Regardless of the return value of this function, this funciton will take</span><br><span style="color: hsl(120, 100%, 40%);">+ * Regardless of the return value of this function, this function will take</span><br><span>  * care of ensuring that the message object is properly destroyed when needed.</span><br><span>  *</span><br><span>  * \retval 0 message successfully queued</span><br><span>@@ -363,7 +363,7 @@</span><br><span> /*!</span><br><span>  * \brief Send a msg directly to an endpoint.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * Regardless of the return value of this function, this funciton will take</span><br><span style="color: hsl(120, 100%, 40%);">+ * Regardless of the return value of this function, this function will take</span><br><span>  * care of ensuring that the message object is properly destroyed when needed.</span><br><span>  *</span><br><span>  * \retval 0 message successfully queued to be sent out</span><br><span>diff --git a/main/pbx.c b/main/pbx.c</span><br><span>index 8fb00a5..baa0ba1 100644</span><br><span>--- a/main/pbx.c</span><br><span>+++ b/main/pbx.c</span><br><span>@@ -4970,7 +4970,7 @@</span><br><span> }</span><br><span> </span><br><span> /*!</span><br><span style="color: hsl(0, 100%, 40%);">- * \brief This functionc locks given context, search for the right extension and</span><br><span style="color: hsl(120, 100%, 40%);">+ * \brief This function locks given context, search for the right extension and</span><br><span>  * fires out all peer in this extensions with given priority. If priority</span><br><span>  * is set to 0, all peers are removed. After that, unlock context and</span><br><span>  * return.</span><br><span>diff --git a/pbx/pbx_lua.c b/pbx/pbx_lua.c</span><br><span>index 6f36790..c1f4535 100644</span><br><span>--- a/pbx/pbx_lua.c</span><br><span>+++ b/pbx/pbx_lua.c</span><br><span>@@ -176,7 +176,7 @@</span><br><span>  * \param L the lua_State to use</span><br><span>  * \return nothing</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This funciton is executed as the '()' operator for apps accessed through the</span><br><span style="color: hsl(120, 100%, 40%);">+ * This function is executed as the '()' operator for apps accessed through the</span><br><span>  * 'app' table.</span><br><span>  *</span><br><span>  * \code</span><br><span>@@ -568,7 +568,7 @@</span><br><span>       lua_pushvalue(L, 2);</span><br><span>         lua_push_variable_table(L);</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">- /* if this is not a request for a dialplan funciton attempt to retrieve</span><br><span style="color: hsl(120, 100%, 40%);">+       /* if this is not a request for a dialplan function attempt to retrieve</span><br><span>       * the value of the variable */</span><br><span>      if (!ast_strlen_zero(name) && name[strlen(name) - 1] != ')') {</span><br><span>               pbx_retrieve_variable(chan, name, &value, workspace, LUA_BUF_SIZE, ast_channel_varshead(chan));</span><br><span>diff --git a/res/res_parking.c b/res/res_parking.c</span><br><span>index cde82d2..725a7ce 100644</span><br><span>--- a/res/res_parking.c</span><br><span>+++ b/res/res_parking.c</span><br><span>@@ -663,7 +663,7 @@</span><br><span> void parking_lot_cfg_remove_extensions(struct parking_lot_cfg *lot_cfg)</span><br><span> {</span><br><span>   if (!ast_strlen_zero(lot_cfg->registrar)) {</span><br><span style="color: hsl(0, 100%, 40%);">-          /* Although the function is called ast_context_destroy, the use of this funtion is</span><br><span style="color: hsl(120, 100%, 40%);">+            /* Although the function is called ast_context_destroy, the use of this function is</span><br><span>           * intended only to remove extensions, hints, etc registered by the parking lot's registrar.</span><br><span>              * It won't actually destroy the context unless that context is empty afterwards and it is</span><br><span>                * unreferenced.</span><br><span>diff --git a/res/res_xmpp.c b/res/res_xmpp.c</span><br><span>index f11e4fe..6d1404d 100644</span><br><span>--- a/res/res_xmpp.c</span><br><span>+++ b/res/res_xmpp.c</span><br><span>@@ -1660,7 +1660,7 @@</span><br><span> </span><br><span> /*!</span><br><span>  * \internal</span><br><span style="color: hsl(0, 100%, 40%);">- * \brief Dial plan funtcion to retrieve the status of a buddy.</span><br><span style="color: hsl(120, 100%, 40%);">+ * \brief Dial plan function to retrieve the status of a buddy.</span><br><span>  * \param channel The associated ast_channel, if there is one</span><br><span>  * \param data The account, buddy JID, and optional timeout</span><br><span>  * timeout.</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/16942">change 16942</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/+/16942"/><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: I812d8c6032b2caca54602c2a425e1f0b5d436824 </div>
<div style="display:none"> Gerrit-Change-Number: 16942 </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>