<p>Josh Soref has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/16923">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">spelling: existence<br><br>Change-Id: I16f100a53a1a82f23f7ab8f0fca691a271c38efd<br>---<br>M main/channel.c<br>M res/prometheus/pjsip_outbound_registrations.c<br>M res/res_corosync.c<br>M tests/test_media_cache.c<br>4 files changed, 7 insertions(+), 7 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/23/16923/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/main/channel.c b/main/channel.c</span><br><span>index a2458d6..fd9ca04 100644</span><br><span>--- a/main/channel.c</span><br><span>+++ b/main/channel.c</span><br><span>@@ -944,7 +944,7 @@</span><br><span> </span><br><span>       /*</span><br><span>    * And now, since the channel structure is built, and has its name, let</span><br><span style="color: hsl(0, 100%, 40%);">-  * the world know of its existance</span><br><span style="color: hsl(120, 100%, 40%);">+     * the world know of its existence</span><br><span>    */</span><br><span>  ast_channel_stage_snapshot_done(tmp);</span><br><span> </span><br><span>diff --git a/res/prometheus/pjsip_outbound_registrations.c b/res/prometheus/pjsip_outbound_registrations.c</span><br><span>index add3648..77dd870 100644</span><br><span>--- a/res/prometheus/pjsip_outbound_registrations.c</span><br><span>+++ b/res/prometheus/pjsip_outbound_registrations.c</span><br><span>@@ -233,7 +233,7 @@</span><br><span>             };</span><br><span>           void *obj;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-          ast_debug(1, "Checking for the existance of registration metric %s\n", wrapper->key);</span><br><span style="color: hsl(120, 100%, 40%);">+            ast_debug(1, "Checking for the existence of registration metric %s\n", wrapper->key);</span><br><span>           obj = ast_sorcery_retrieve_by_fields(ast_sip_get_sorcery(), object_type, AST_RETRIEVE_FLAG_DEFAULT, &search_fields);</span><br><span>             if (!obj) {</span><br><span>                  ast_debug(1, "Registration metric '%s' not found; purging with prejudice\n", wrapper->key);</span><br><span>diff --git a/res/res_corosync.c b/res/res_corosync.c</span><br><span>index f89ac69..9469616 100644</span><br><span>--- a/res/res_corosync.c</span><br><span>+++ b/res/res_corosync.c</span><br><span>@@ -750,12 +750,12 @@</span><br><span>                ast_debug(5, "send_cluster_notify rdlock\n");</span><br><span> </span><br><span>          if ((cs_err = corosync_cfg_local_get(cfg_handle, &node_id)) != CS_OK) {</span><br><span style="color: hsl(0, 100%, 40%);">-                     ast_log(LOG_WARNING, "Failed to extract Corosync node ID for this node. Not informing cluster of existance.\n");</span><br><span style="color: hsl(120, 100%, 40%);">+                    ast_log(LOG_WARNING, "Failed to extract Corosync node ID for this node. Not informing cluster of existence.\n");</span><br><span>                   return;</span><br><span>              }</span><br><span> </span><br><span>                if (((cs_err = corosync_cfg_get_node_addrs(cfg_handle, node_id, 1, &num_addrs, &corosync_addr)) != CS_OK) || (num_addrs < 1)) {</span><br><span style="color: hsl(0, 100%, 40%);">-                      ast_log(LOG_WARNING, "Failed to get local Corosync address. Not informing cluster of existance.\n");</span><br><span style="color: hsl(120, 100%, 40%);">+                        ast_log(LOG_WARNING, "Failed to get local Corosync address. Not informing cluster of existence.\n");</span><br><span>                       return;</span><br><span>              }</span><br><span> </span><br><span>@@ -766,7 +766,7 @@</span><br><span>  sa = (struct sockaddr *)corosync_addr.address;</span><br><span>       sa_len = (size_t)corosync_addr.address_length;</span><br><span>       if ((res = getnameinfo(sa, sa_len, buf, sizeof(buf), NULL, 0, NI_NUMERICHOST))) {</span><br><span style="color: hsl(0, 100%, 40%);">-               ast_log(LOG_WARNING, "Failed to determine name of local Corosync address: %s (%d). Not informing cluster of existance.\n",</span><br><span style="color: hsl(120, 100%, 40%);">+          ast_log(LOG_WARNING, "Failed to determine name of local Corosync address: %s (%d). Not informing cluster of existence.\n",</span><br><span>                         gai_strerror(res), res);</span><br><span>             return;</span><br><span>      }</span><br><span>diff --git a/tests/test_media_cache.c b/tests/test_media_cache.c</span><br><span>index c35e43f..2550b6f 100644</span><br><span>--- a/tests/test_media_cache.c</span><br><span>+++ b/tests/test_media_cache.c</span><br><span>@@ -139,7 +139,7 @@</span><br><span>         case TEST_INIT:</span><br><span>              info->name = __func__;</span><br><span>            info->category = CATEGORY;</span><br><span style="color: hsl(0, 100%, 40%);">-           info->summary = "Test nominal existance of resources in the cache";</span><br><span style="color: hsl(120, 100%, 40%);">+              info->summary = "Test nominal existence of resources in the cache";</span><br><span>             info->description =</span><br><span>                       "This test verifies that if a known resource is in the cache, "</span><br><span>                    "calling ast_media_cache_exists will return logical True. If "</span><br><span>@@ -167,7 +167,7 @@</span><br><span>       case TEST_INIT:</span><br><span>              info->name = __func__;</span><br><span>            info->category = CATEGORY;</span><br><span style="color: hsl(0, 100%, 40%);">-           info->summary = "Test off nominal existance of resources in the cache";</span><br><span style="color: hsl(120, 100%, 40%);">+          info->summary = "Test off nominal existence of resources in the cache";</span><br><span>                 info->description =</span><br><span>                       "This test verifies that checking for bad resources (NULL, bad "</span><br><span>                   "scheme, etc.) does not result in false positivies.";</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/16923">change 16923</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/+/16923"/><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: I16f100a53a1a82f23f7ab8f0fca691a271c38efd </div>
<div style="display:none"> Gerrit-Change-Number: 16923 </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>