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:
Josh Soref
2021-10-30 21:04:30 -04:00
committed by Friendly Automation
parent 998ad0e179
commit 4019a93edf
40 changed files with 92 additions and 92 deletions

View File

@@ -726,7 +726,7 @@ static struct ao2_container *applicationmap_alloc(int replace_duplicates)
* need to allocate these structures because they are not used.
*
* \param allocate_applicationmap See previous explanation
* \retval NULL Failed to alloate configuration
* \retval NULL Failed to allocate configuration
* \retval non-NULL Allocated configuration
*/
static struct features_config *__features_config_alloc(int allocate_applicationmap)
@@ -817,7 +817,7 @@ static void features_copy(struct features_config *dest, const struct features_co
/* applicationmap and featuregroups are purposely not copied. A channel's applicationmap
* is produced on the fly when ast_get_chan_applicationmap() is called
* NOTE: This does not apply to the global cfg->applicationmap and cfg->featuresgroups
* NOTE: This does not apply to the global cfg->applicationmap and cfg->featuregroups
*/
}