apps: Spelling fixes

Correct typos of the following word families:

simultaneously
administrator
directforward
attachfmt
dailplan
automatically
applicable
nouns
explicit
outside
sponsored
attachment
audio
spied
doesn't
counting
encoded
implements
recursively
emailaddress
arguments
queuerules
members
priority
output
advanced
silencethreshold
brazilian
debugging
argument
meadmin
formatting
integrated
sneakiness

ASTERISK-29714

Change-Id: Ie5ecaec91c00b26309da4e51cfc0991a5bb7d092
This commit is contained in:
Josh Soref
2021-10-30 21:04:41 -04:00
committed by Joshua Colp
parent d46ba42910
commit eb03b18ff9
14 changed files with 47 additions and 45 deletions

View File

@@ -78,7 +78,7 @@ static const char app[] = "StatsD";
*
* \param value The value of the statistic to be sent to StatsD.
*
* This function checks to see if the value given to the StatsD daialplan
* This function checks to see if the value given to the StatsD dailplan
* application is within the allowed range of [-2^63, 2^63] as specified by StatsD.
*
* \retval zero on success.
@@ -100,7 +100,7 @@ static int value_in_range(const char *value) {
*
* \param value The value of the statistic to be sent to StatsD.
*
* This function checks to see if the value given to the StatsD daialplan
* This function checks to see if the value given to the StatsD dailplan
* application is within the allowed range of [0, 2^64] as specified by StatsD.
*
* \retval zero on success.