channels: Spelling fixes

Correct typos of the following word families:

appease
permanently
overriding
residue
silliness
extension
channels
globally
reference
japanese
group
coordinate
registry
information
inconvenience
attempts
cadence
payloads
presence
provisioning
mimics
behavior
width
natively
syslabel
not owning
unquelch
mostly
constants
interesting
active
unequipped
brodmann
commanding
backlogged
without
bitstream
firmware
maintain
exclusive
practically
structs
appearance
range
retransmission
indication
provisional
associating
always
whether
cyrillic
distinctive
components
reinitialized
initialized
capability
switches
occurring
happened
outbound

ASTERISK-29714

Change-Id: Ife52ee89cd2170b684fa651ca72b1cb911a57339
This commit is contained in:
Josh Soref
2021-10-30 21:04:31 -04:00
committed by Joshua Colp
parent e54a9d31f1
commit d46ba42910
24 changed files with 75 additions and 75 deletions

View File

@@ -150,7 +150,7 @@ extern "C" {
*
* <b>Sample Usage:</b>
* \code
* struct sample_struct_componets {
* struct sample_struct_components {
* ASTOBJ_COMPONENTS_NOLOCK(struct sample_struct);
* };
* \endcode

View File

@@ -62,7 +62,7 @@ int iax_firmware_get_version(const char *device_name,
/*!
* \internal
* \brief Add firwmare related IEs to an IAX2 IE buffer.
* \brief Add firmware related IEs to an IAX2 IE buffer.
*
* \param ie_data The IE buffer being appended to.
* \param device_name The name of the requested firmware.

View File

@@ -302,14 +302,14 @@ static struct iax2_ie infoelts[] = {
{ IAX_IE_TRANSFERID, "TRANSFER ID", dump_int },
{ IAX_IE_RDNIS, "REFERRING DNIS", dump_string },
{ IAX_IE_PROVISIONING, "PROVISIONING", dump_prov },
{ IAX_IE_AESPROVISIONING, "AES PROVISIONG" },
{ IAX_IE_AESPROVISIONING, "AES PROVISIONING" },
{ IAX_IE_DATETIME, "DATE TIME", dump_datetime },
{ IAX_IE_DEVICETYPE, "DEVICE TYPE", dump_string },
{ IAX_IE_SERVICEIDENT, "SERVICE IDENT", dump_string },
{ IAX_IE_FIRMWAREVER, "FIRMWARE VER", dump_short },
{ IAX_IE_FWBLOCKDESC, "FW BLOCK DESC", dump_int },
{ IAX_IE_FWBLOCKDATA, "FW BLOCK DATA" },
{ IAX_IE_PROVVER, "PROVISIONG VER", dump_int },
{ IAX_IE_PROVVER, "PROVISIONING VER", dump_int },
{ IAX_IE_CALLINGPRES, "CALLING PRESNTN", dump_byte },
{ IAX_IE_CALLINGTON, "CALLING TYPEOFNUM", dump_byte },
{ IAX_IE_CALLINGTNS, "CALLING TRANSITNET", dump_short },
@@ -553,7 +553,7 @@ void iax_frame_subclass2str(enum iax_frame_subclass subclass, char *str, size_t
cmd = "QUELCH ";
break;
case IAX_COMMAND_UNQUELCH:
cmd = "UNQULCH";
cmd = "UNQUELCH";
break;
case IAX_COMMAND_POKE:
cmd = "POKE ";