mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-20 03:26:55 +00:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user