<p>Josh Soref has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/17234">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">spelling: synchronous<br><br>Change-Id: I9082334f79ceaf0863f697a95417eb8f63f02b40<br>---<br>M include/asterisk/dns.h<br>M main/bridge_channel.c<br>M main/dns.c<br>3 files changed, 4 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/34/17234/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/asterisk/dns.h b/include/asterisk/dns.h</span><br><span>index c193a22..1d9ce01 100644</span><br><span>--- a/include/asterisk/dns.h</span><br><span>+++ b/include/asterisk/dns.h</span><br><span>@@ -47,7 +47,7 @@</span><br><span>  * \retval  0 on no records found</span><br><span>  * \retval  1 on success</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * \note Asterisk DNS is synchronus at this time. This means that if your DNS</span><br><span style="color: hsl(120, 100%, 40%);">+ * \note Asterisk DNS is synchronous at this time. This means that if your DNS</span><br><span>  *       service does not work, Asterisk may lock while waiting for a response.</span><br><span>  */</span><br><span> int ast_search_dns(void *context, const char *dname, int class, int type,</span><br><span>@@ -75,7 +75,7 @@</span><br><span>  * \retval AST_DNS_SEARCH_NO_RECORDS on no records found</span><br><span>  * \retval AST_DNS_SEARCH_SUCCESS    on success</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * \note Asterisk DNS is synchronus at this time. This means that if your DNS</span><br><span style="color: hsl(120, 100%, 40%);">+ * \note Asterisk DNS is synchronous at this time. This means that if your DNS</span><br><span>  *       service does not work, Asterisk may lock while waiting for a response.</span><br><span>  */</span><br><span> enum ast_dns_search_result ast_search_dns_ex(void *context, const char *dname, int rr_class, int rr_type,</span><br><span>diff --git a/main/bridge_channel.c b/main/bridge_channel.c</span><br><span>index dddb8ca..d271774 100644</span><br><span>--- a/main/bridge_channel.c</span><br><span>+++ b/main/bridge_channel.c</span><br><span>@@ -170,7 +170,7 @@</span><br><span>  * completed.</span><br><span>  *</span><br><span>  * If a significant amount of time passes, then we will abandon</span><br><span style="color: hsl(0, 100%, 40%);">- * waiting for the synchrnous bridge action to complete.</span><br><span style="color: hsl(120, 100%, 40%);">+ * waiting for the synchronous bridge action to complete.</span><br><span>  *</span><br><span>  * This constant represents the number of milliseconds we will</span><br><span>  * wait for the bridge action to complete.</span><br><span>diff --git a/main/dns.c b/main/dns.c</span><br><span>index c69a9b1..b99122c 100644</span><br><span>--- a/main/dns.c</span><br><span>+++ b/main/dns.c</span><br><span>@@ -487,7 +487,7 @@</span><br><span> /*!</span><br><span>  * \brief Lookup record in DNS</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * \note Asterisk DNS is synchronus at this time. This means that if your DNS does not</span><br><span style="color: hsl(120, 100%, 40%);">+ * \note Asterisk DNS is synchronous at this time. This means that if your DNS does not</span><br><span>  *       work properly, Asterisk might not start properly or a channel may lock.</span><br><span> */</span><br><span> int ast_search_dns(void *context,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17234">change 17234</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/+/17234"/><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: I9082334f79ceaf0863f697a95417eb8f63f02b40 </div>
<div style="display:none"> Gerrit-Change-Number: 17234 </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>