<p>Josh Soref has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/17186">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">spelling: separate<br><br>Change-Id: Ibb54e770a76d8bf27d8396c19799f2dc180e1acb<br>---<br>M addons/ooh323c/src/ooGkClient.c<br>M apps/app_confbridge.c<br>M channels/sip/reqresp_parser.c<br>M include/asterisk/ari.h<br>M include/asterisk/endpoints.h<br>M include/asterisk/stasis.h<br>M main/enum.c<br>M res/res_pjsip_outbound_authenticator_digest.c<br>M rest-api-templates/asterisk_processor.py<br>9 files changed, 10 insertions(+), 10 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/86/17186/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/addons/ooh323c/src/ooGkClient.c b/addons/ooh323c/src/ooGkClient.c</span><br><span>index 255afbb..f6b2f95 100644</span><br><span>--- a/addons/ooh323c/src/ooGkClient.c</span><br><span>+++ b/addons/ooh323c/src/ooGkClient.c</span><br><span>@@ -2876,7 +2876,7 @@</span><br><span>  * Gk responds with RCF with empty terminalAlias field thus indicating both</span><br><span>  * the aliases were accepted. If this function is called, it will even mark</span><br><span>  * the earlier two unregistered aliases as registered. We will have to</span><br><span style="color: hsl(0, 100%, 40%);">- * maintain a separete list of aliases being sent in RRQ for this.</span><br><span style="color: hsl(120, 100%, 40%);">+ * maintain a separate list of aliases being sent in RRQ for this.</span><br><span>  */</span><br><span> int ooGkClientUpdateRegisteredAliases</span><br><span>    (ooGkClient *pGkClient, H225_SeqOfH225AliasAddress *pAddresses,</span><br><span>diff --git a/apps/app_confbridge.c b/apps/app_confbridge.c</span><br><span>index 4c70e3e..2858597 100644</span><br><span>--- a/apps/app_confbridge.c</span><br><span>+++ b/apps/app_confbridge.c</span><br><span>@@ -2919,7 +2919,7 @@</span><br><span>            conference->b_profile.sounds);</span><br><span> </span><br><span>        if (strcmp(conference->b_profile.language, ast_channel_language(user->chan))) {</span><br><span style="color: hsl(0, 100%, 40%);">-           /* The host needs to hear it seperately, as they don't get the audio from play_sound_helper */</span><br><span style="color: hsl(120, 100%, 40%);">+            /* The host needs to hear it separately, as they don't get the audio from play_sound_helper */</span><br><span>           ast_stream_and_wait(user->chan, sound_to_play, "");</span><br><span> </span><br><span>                 /* Announce to the group that all participants are muted */</span><br><span>diff --git a/channels/sip/reqresp_parser.c b/channels/sip/reqresp_parser.c</span><br><span>index ae7bbf0..c57066d 100644</span><br><span>--- a/channels/sip/reqresp_parser.c</span><br><span>+++ b/channels/sip/reqresp_parser.c</span><br><span>@@ -2406,7 +2406,7 @@</span><br><span>                 return NULL;</span><br><span>         }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-   /* seperate the first via-parm */</span><br><span style="color: hsl(120, 100%, 40%);">+     /* separate the first via-parm */</span><br><span>    via = strsep(&via, ",");</span><br><span> </span><br><span>   /* chop off sent-protocol */</span><br><span>diff --git a/include/asterisk/ari.h b/include/asterisk/ari.h</span><br><span>index 9777b8f..de55762 100644</span><br><span>--- a/include/asterisk/ari.h</span><br><span>+++ b/include/asterisk/ari.h</span><br><span>@@ -91,7 +91,7 @@</span><br><span> struct ast_ari_response {</span><br><span>   /*! Response message */</span><br><span>      struct ast_json *message;</span><br><span style="color: hsl(0, 100%, 40%);">-       /*! \r\n seperated response headers */</span><br><span style="color: hsl(120, 100%, 40%);">+        /*! \r\n separated response headers */</span><br><span>       struct ast_str *headers;</span><br><span>     /*! HTTP response code.</span><br><span>       * See http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html */</span><br><span>diff --git a/include/asterisk/endpoints.h b/include/asterisk/endpoints.h</span><br><span>index ee73dc6..28d5e90 100644</span><br><span>--- a/include/asterisk/endpoints.h</span><br><span>+++ b/include/asterisk/endpoints.h</span><br><span>@@ -30,7 +30,7 @@</span><br><span>  * to/from Asterisk. While this is a very useful concept for end users, it is</span><br><span>  * surprisingly \a not a core concept within Asterisk itself.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This file defines \ref ast_endpoint as a seperate object, which channel</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file defines \ref ast_endpoint as a separate object, which channel</span><br><span>  * drivers may use to expose their concept of an endpoint. As the channel driver</span><br><span>  * creates channels, it can use ast_endpoint_add_channel() to associate channels</span><br><span>  * to the endpoint. This updates the endpoint appropriately, and forwards all of</span><br><span>diff --git a/include/asterisk/stasis.h b/include/asterisk/stasis.h</span><br><span>index 275dc1e..e950ecc 100644</span><br><span>--- a/include/asterisk/stasis.h</span><br><span>+++ b/include/asterisk/stasis.h</span><br><span>@@ -33,7 +33,7 @@</span><br><span>  *</span><br><span>  * The Stasis Message Bus is a loosely typed mechanism for distributing messages</span><br><span>  * within Asterisk. It is designed to be:</span><br><span style="color: hsl(0, 100%, 40%);">- *  - Loosely coupled; new message types can be added in seperate modules.</span><br><span style="color: hsl(120, 100%, 40%);">+ *  - Loosely coupled; new message types can be added in separate modules.</span><br><span>  *  - Easy to use; publishing and subscribing are straightforward operations.</span><br><span>  *</span><br><span>  * There are three main concepts for using the Stasis Message Bus:</span><br><span>diff --git a/main/enum.c b/main/enum.c</span><br><span>index 4d17c56..14c78e6 100644</span><br><span>--- a/main/enum.c</span><br><span>+++ b/main/enum.c</span><br><span>@@ -740,7 +740,7 @@</span><br><span>     * This code does more than simple RFC3261 ENUM. All these rewriting</span><br><span>          * schemes have in common that they build the FQDN for the NAPTR lookup</span><br><span>       * by concatenating</span><br><span style="color: hsl(0, 100%, 40%);">-      *    - a number which needs be flipped and "."-seperated     (left)</span><br><span style="color: hsl(120, 100%, 40%);">+         *    - a number which needs be flipped and "."-separated     (left)</span><br><span>        *    - some fixed string                                       (middle)</span><br><span>      *    - an Apex.                                                (apex)</span><br><span>        *</span><br><span>diff --git a/res/res_pjsip_outbound_authenticator_digest.c b/res/res_pjsip_outbound_authenticator_digest.c</span><br><span>index 3f8732c..04f29c9 100644</span><br><span>--- a/res/res_pjsip_outbound_authenticator_digest.c</span><br><span>+++ b/res/res_pjsip_outbound_authenticator_digest.c</span><br><span>@@ -319,7 +319,7 @@</span><br><span>                    auth_cred.data_type = PJSIP_CRED_DATA_DIGEST;</span><br><span>                        break;</span><br><span>               case AST_SIP_AUTH_TYPE_GOOGLE_OAUTH:</span><br><span style="color: hsl(0, 100%, 40%);">-                    /* nothing to do. handled seperately in res_pjsip_outbound_registration */</span><br><span style="color: hsl(120, 100%, 40%);">+                    /* nothing to do. handled separately in res_pjsip_outbound_registration */</span><br><span>                   break;</span><br><span>               case AST_SIP_AUTH_TYPE_ARTIFICIAL:</span><br><span>                   ast_log(LOG_ERROR,</span><br><span>diff --git a/rest-api-templates/asterisk_processor.py b/rest-api-templates/asterisk_processor.py</span><br><span>index a47e63a..0f3809b 100644</span><br><span>--- a/rest-api-templates/asterisk_processor.py</span><br><span>+++ b/rest-api-templates/asterisk_processor.py</span><br><span>@@ -52,7 +52,7 @@</span><br><span> </span><br><span> </span><br><span> def snakify(name):</span><br><span style="color: hsl(0, 100%, 40%);">-    """Helper to take a camelCase or dash-seperated name and make it</span><br><span style="color: hsl(120, 100%, 40%);">+    """Helper to take a camelCase or dash-separated name and make it</span><br><span>     snake_case.</span><br><span>     """</span><br><span>     r = ''</span><br><span>@@ -80,7 +80,7 @@</span><br><span>         self.name = simple_name(name)</span><br><span>         #: True if segment is a {pathVar}, else None.</span><br><span>         self.is_wildcard = None</span><br><span style="color: hsl(0, 100%, 40%);">-        #: Underscore seperated name all ancestor segments</span><br><span style="color: hsl(120, 100%, 40%);">+        #: Underscore separated name all ancestor segments</span><br><span>         self.full_name = None</span><br><span>         #: Dictionary of child PathSegements</span><br><span>         self.__children = OrderedDict()</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17186">change 17186</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/+/17186"/><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: Ibb54e770a76d8bf27d8396c19799f2dc180e1acb </div>
<div style="display:none"> Gerrit-Change-Number: 17186 </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>