[Asterisk-code-review] spelling: synchronous (asterisk[master])

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:18:56 CDT 2021


Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17234 )


Change subject: spelling: synchronous
......................................................................

spelling: synchronous

Change-Id: I9082334f79ceaf0863f697a95417eb8f63f02b40
---
M include/asterisk/dns.h
M main/bridge_channel.c
M main/dns.c
3 files changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/34/17234/1

diff --git a/include/asterisk/dns.h b/include/asterisk/dns.h
index c193a22..1d9ce01 100644
--- a/include/asterisk/dns.h
+++ b/include/asterisk/dns.h
@@ -47,7 +47,7 @@
  * \retval  0 on no records found
  * \retval  1 on success
  *
- * \note Asterisk DNS is synchronus at this time. This means that if your DNS
+ * \note Asterisk DNS is synchronous at this time. This means that if your DNS
  *       service does not work, Asterisk may lock while waiting for a response.
  */
 int ast_search_dns(void *context, const char *dname, int class, int type,
@@ -75,7 +75,7 @@
  * \retval AST_DNS_SEARCH_NO_RECORDS on no records found
  * \retval AST_DNS_SEARCH_SUCCESS    on success
  *
- * \note Asterisk DNS is synchronus at this time. This means that if your DNS
+ * \note Asterisk DNS is synchronous at this time. This means that if your DNS
  *       service does not work, Asterisk may lock while waiting for a response.
  */
 enum ast_dns_search_result ast_search_dns_ex(void *context, const char *dname, int rr_class, int rr_type,
diff --git a/main/bridge_channel.c b/main/bridge_channel.c
index dddb8ca..d271774 100644
--- a/main/bridge_channel.c
+++ b/main/bridge_channel.c
@@ -170,7 +170,7 @@
  * completed.
  *
  * If a significant amount of time passes, then we will abandon
- * waiting for the synchrnous bridge action to complete.
+ * waiting for the synchronous bridge action to complete.
  *
  * This constant represents the number of milliseconds we will
  * wait for the bridge action to complete.
diff --git a/main/dns.c b/main/dns.c
index c69a9b1..b99122c 100644
--- a/main/dns.c
+++ b/main/dns.c
@@ -487,7 +487,7 @@
 /*!
  * \brief Lookup record in DNS
  *
- * \note Asterisk DNS is synchronus at this time. This means that if your DNS does not
+ * \note Asterisk DNS is synchronous at this time. This means that if your DNS does not
  *       work properly, Asterisk might not start properly or a channel may lock.
 */
 int ast_search_dns(void *context,

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17234
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I9082334f79ceaf0863f697a95417eb8f63f02b40
Gerrit-Change-Number: 17234
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211107/7217f5e1/attachment.html>


More information about the asterisk-code-review mailing list