[Asterisk-code-review] spelling: authoritative (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:04:07 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16757 )
Change subject: spelling: authoritative
......................................................................
spelling: authoritative
Change-Id: Ief6b7f31de19f8560a395a792ef42da8052e1dbd
---
M main/dns.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/57/16757/1
diff --git a/main/dns.c b/main/dns.c
index 9cf0cf4..c69a9b1 100644
--- a/main/dns.c
+++ b/main/dns.c
@@ -127,7 +127,7 @@
/* fields in third byte */
unsigned qr:1; /*!< response flag */
unsigned opcode:4; /*!< purpose of message */
- unsigned aa:1; /*!< authoritive answer */
+ unsigned aa:1; /*!< authoritative answer */
unsigned tc:1; /*!< truncated message */
unsigned rd:1; /*!< recursion desired */
/* fields in fourth byte */
@@ -141,7 +141,7 @@
/* fields in third byte */
unsigned rd:1; /*!< recursion desired */
unsigned tc:1; /*!< truncated message */
- unsigned aa:1; /*!< authoritive answer */
+ unsigned aa:1; /*!< authoritative answer */
unsigned opcode:4; /*!< purpose of message */
unsigned qr:1; /*!< response flag */
/* fields in fourth byte */
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16757
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ief6b7f31de19f8560a395a792ef42da8052e1dbd
Gerrit-Change-Number: 16757
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/19d7fa71/attachment-0001.html>
More information about the asterisk-code-review
mailing list