mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
main: Spelling fixes
Correct typos of the following word families: analysis nuisance converting although transaction desctitle acquire update evaluate thousand this dissolved management integrity reconstructed decrement further on irrelevant currently constancy anyway unconstrained featuregroups right larger evaluated encumbered languages digits authoritative framing blindxfer tolerate traverser exclamation perform permissions rearrangement performing processing declension happily duplicate compound hundred returns elicit allocate actually paths inheritance atxferdropcall earlier synchronization multiplier acknowledge across against thousands joyous manipulators guaranteed emulating soundfile ASTERISK-29714 Change-Id: I926ba4b11e9f6dd3fdd93170ab1f9b997910be70
This commit is contained in:
committed by
Friendly Automation
parent
998ad0e179
commit
4019a93edf
@@ -127,7 +127,7 @@ typedef struct {
|
||||
/* 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 @@ typedef struct {
|
||||
/* 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 */
|
||||
|
Reference in New Issue
Block a user