mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-10 20:08:16 +00:00
addons: Spelling fixes
Correct typos of the following word families: definition listener fastcopy logical registration classify documentation explicitly dialed endpoint elements arithmetic might prepend byte terminal inquiry skipping aliases calling absent authentication transmit their ericsson disconnecting redir items client adapter transmitter existing satisfies pointer interval supplied ASTERISK-29714 Change-Id: I8548438246f7b718d88e0b9e0a1eb384bbec88e4
This commit is contained in:
@@ -49,7 +49,7 @@ extern "C" {
|
||||
* SEQUENCE OF, SET OF, or CHOICE construct is parsed.
|
||||
*
|
||||
* @param name For SEQUENCE, SET, or CHOICE, this is the name of the
|
||||
* element as defined in the ASN.1 defination. For
|
||||
* element as defined in the ASN.1 definition. For
|
||||
* SEQUENCE OF or SET OF, this is set to the name
|
||||
* "element".
|
||||
* @param index For SEQUENCE, SET, or CHOICE, this is not used and is
|
||||
@@ -68,7 +68,7 @@ typedef void (*StartElement) (const char* name, int index) ;
|
||||
* SEQUENCE, SET, SEQUENCE OF, SET OF, or CHOICE construct.
|
||||
*
|
||||
* @param name For SEQUENCE, SET, or CHOICE, this is the name of the
|
||||
* element as defined in the ASN.1 defination. For
|
||||
* element as defined in the ASN.1 definition. For
|
||||
* SEQUENCE OF or SET OF, this is set to the name
|
||||
* "element".
|
||||
* @param index For SEQUENCE, SET, or CHOICE, this is not used and is
|
||||
@@ -194,7 +194,7 @@ typedef void (*EnumValue) (ASN1UINT value) ;
|
||||
* within a decode function when an ASN.1 open type is parsed.
|
||||
*
|
||||
* @param numocts Number of octets in the parsed value.
|
||||
* @param data Pointer to byet array contain in tencoded ASN.1
|
||||
* @param data Pointer to byte array contain in tencoded ASN.1
|
||||
* value.
|
||||
* @return - none
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user