<p>Josh Soref has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/17225">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">spelling: successfully<br><br>Change-Id: Ib54319884bf0fa3189bc76c259c42b96ed984747<br>---<br>M channels/chan_unistim.c<br>M include/asterisk/abstract_jb.h<br>M include/asterisk/channel.h<br>M include/asterisk/module.h<br>M include/asterisk/pbx.h<br>M include/asterisk/utils.h<br>M main/asterisk.c<br>M main/stasis_bridges.c<br>8 files changed, 12 insertions(+), 12 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/25/17225/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/channels/chan_unistim.c b/channels/chan_unistim.c</span><br><span>index 119d918..6a71e44 100644</span><br><span>--- a/channels/chan_unistim.c</span><br><span>+++ b/channels/chan_unistim.c</span><br><span>@@ -2176,7 +2176,7 @@</span><br><span>           struct unistim_line *line;</span><br><span>           struct unistim_subchannel *sub;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-             ast_verb(3, "Device '%s' successfuly registered\n", pte->device->name);</span><br><span style="color: hsl(120, 100%, 40%);">+               ast_verb(3, "Device '%s' successfully registered\n", pte->device->name);</span><br><span> </span><br><span>                 AST_LIST_LOCK(&pte->device->subs);</span><br><span>                 AST_LIST_TRAVERSE_SAFE_BEGIN(&pte->device->subs, sub, list) {</span><br><span>diff --git a/include/asterisk/abstract_jb.h b/include/asterisk/abstract_jb.h</span><br><span>index 7ceb9f5..8e52ac2 100644</span><br><span>--- a/include/asterisk/abstract_jb.h</span><br><span>+++ b/include/asterisk/abstract_jb.h</span><br><span>@@ -196,15 +196,15 @@</span><br><span>  * \param f frame.</span><br><span>  *</span><br><span>  * Called from ast_generic_bridge() to put a frame into a channel's jitterbuffer.</span><br><span style="color: hsl(0, 100%, 40%);">- * The function will successfuly enqueue a frame if and only if:</span><br><span style="color: hsl(120, 100%, 40%);">+ * The function will successfully enqueue a frame if and only if:</span><br><span>  * 1. the channel is using a jitterbuffer (as determined by ast_jb_do_usecheck()),</span><br><span>  * 2. the frame's type is AST_FRAME_VOICE,</span><br><span>  * 3. the frame has timing info set and has length >= 2 ms,</span><br><span>  * 4. there is no some internal error happened (like failed memory allocation).</span><br><span style="color: hsl(0, 100%, 40%);">- * Frames, successfuly queued, should be delivered by the channel's jitterbuffer,</span><br><span style="color: hsl(120, 100%, 40%);">+ * Frames, successfully queued, should be delivered by the channel's jitterbuffer,</span><br><span>  * when their delivery time has came.</span><br><span style="color: hsl(0, 100%, 40%);">- * Frames, not successfuly queued, should be delivered immediately.</span><br><span style="color: hsl(0, 100%, 40%);">- * Dropped by the jb implementation frames are considered successfuly enqueued as</span><br><span style="color: hsl(120, 100%, 40%);">+ * Frames, not successfully queued, should be delivered immediately.</span><br><span style="color: hsl(120, 100%, 40%);">+ * Dropped by the jb implementation frames are considered successfully enqueued as</span><br><span>  * far as they should not be delivered at all.</span><br><span>  *</span><br><span>  * \retval 0 if the frame was queued</span><br><span>diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h</span><br><span>index 7115e78..f193b61 100644</span><br><span>--- a/include/asterisk/channel.h</span><br><span>+++ b/include/asterisk/channel.h</span><br><span>@@ -4827,7 +4827,7 @@</span><br><span>  * use ast_bridge_join() or ast_bridge_impart(). If you wish to move a bridged</span><br><span>  * channel into the place of another bridged channel, then use ast_bridge_move().</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * \note When this function returns succesfully, the source channel is in a</span><br><span style="color: hsl(120, 100%, 40%);">+ * \note When this function returns successfully, the source channel is in a</span><br><span>  * state where its continued use is unreliable.</span><br><span>  *</span><br><span>  * \note absolutely _NO_ channel locks should be held before calling this function.</span><br><span>diff --git a/include/asterisk/module.h b/include/asterisk/module.h</span><br><span>index 7eb6615..653e4a6 100644</span><br><span>--- a/include/asterisk/module.h</span><br><span>+++ b/include/asterisk/module.h</span><br><span>@@ -107,7 +107,7 @@</span><br><span>  * \brief Possible return types for \ref ast_module_reload</span><br><span>  */</span><br><span> enum ast_module_reload_result {</span><br><span style="color: hsl(0, 100%, 40%);">- AST_MODULE_RELOAD_SUCCESS = 0,      /*!< The module was reloaded succesfully */</span><br><span style="color: hsl(120, 100%, 40%);">+    AST_MODULE_RELOAD_SUCCESS = 0,      /*!< The module was reloaded successfully */</span><br><span>  AST_MODULE_RELOAD_QUEUED,           /*!< The module reload request was queued */</span><br><span>  AST_MODULE_RELOAD_NOT_FOUND,        /*!< The requested module was not found */</span><br><span>    AST_MODULE_RELOAD_ERROR,            /*!< An error occurred while reloading the module */</span><br><span>diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h</span><br><span>index bc34b66..633f97f 100644</span><br><span>--- a/include/asterisk/pbx.h</span><br><span>+++ b/include/asterisk/pbx.h</span><br><span>@@ -1669,7 +1669,7 @@</span><br><span>  * which cause privilege escalations. If pbx_live_dangerously() has been</span><br><span>  * called, this function has no effect.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * \return 0 if successfuly marked current thread.</span><br><span style="color: hsl(120, 100%, 40%);">+ * \return 0 if successfully marked current thread.</span><br><span>  * \return Non-zero if marking current thread failed.</span><br><span>  */</span><br><span> int ast_thread_inhibit_escalations(void);</span><br><span>diff --git a/include/asterisk/utils.h b/include/asterisk/utils.h</span><br><span>index 59cd638..d26b0c3 100644</span><br><span>--- a/include/asterisk/utils.h</span><br><span>+++ b/include/asterisk/utils.h</span><br><span>@@ -1067,7 +1067,7 @@</span><br><span>  *</span><br><span>  * \param is_user_interface Non-zero to mark the thread as a user interface.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * \return 0 if successfuly marked current thread.</span><br><span style="color: hsl(120, 100%, 40%);">+ * \return 0 if successfully marked current thread.</span><br><span>  * \return Non-zero if marking current thread failed.</span><br><span>  */</span><br><span> int ast_thread_user_interface_set(int is_user_interface);</span><br><span>diff --git a/main/asterisk.c b/main/asterisk.c</span><br><span>index eaf2d7d..727c907 100644</span><br><span>--- a/main/asterisk.c</span><br><span>+++ b/main/asterisk.c</span><br><span>@@ -3981,7 +3981,7 @@</span><br><span> </span><br><span>  load_astmm_phase_1();</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-       /* Check whether high prio was succesfully set by us or some</span><br><span style="color: hsl(120, 100%, 40%);">+  /* Check whether high prio was successfully set by us or some</span><br><span>         * other incantation. */</span><br><span>     if (has_priority()) {</span><br><span>                ast_set_flag(&ast_options, AST_OPT_FLAG_HIGH_PRIORITY);</span><br><span>diff --git a/main/stasis_bridges.c b/main/stasis_bridges.c</span><br><span>index 9238adc..7d84615 100644</span><br><span>--- a/main/stasis_bridges.c</span><br><span>+++ b/main/stasis_bridges.c</span><br><span>@@ -56,8 +56,8 @@</span><br><span>                                             <enum name="Not Permitted"><para>Bridge does not permit transfers</para></enum></span><br><span>                                            <enum name="Success"><para>Transfer completed successfully</para></enum></span><br><span>                                   </enumlist></span><br><span style="color: hsl(0, 100%, 40%);">-                                       <note><para>A result of <literal>Success</literal> does not necessarily mean that a target was succesfully</span><br><span style="color: hsl(0, 100%, 40%);">-                                      contacted. It means that a party was succesfully placed into the dialplan at the expected location.</para></note></span><br><span style="color: hsl(120, 100%, 40%);">+                                 <note><para>A result of <literal>Success</literal> does not necessarily mean that a target was successfully</span><br><span style="color: hsl(120, 100%, 40%);">+                                   contacted. It means that a party was successfully placed into the dialplan at the expected location.</para></note></span><br><span>                               </parameter></span><br><span>                           <channel_snapshot prefix="Transferer"/></span><br><span>                              <channel_snapshot prefix="Transferee"/></span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17225">change 17225</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/+/17225"/><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: Ib54319884bf0fa3189bc76c259c42b96ed984747 </div>
<div style="display:none"> Gerrit-Change-Number: 17225 </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>