mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
tests: Spelling fixes
Correct typos of the following word families: mounting jitterbuffer thrashing original manipulating entries actual possibility tasks options positives taskprocessor other dynamic declarative ASTERISK-29714 Change-Id: I6b94659d045eec5d8d020fce2e9b6e2f593dfeb6
This commit is contained in:
committed by
Friendly Automation
parent
4dd7ae3962
commit
aa98237e46
@@ -61,7 +61,7 @@ struct sorcery_memory_cache_thrash_thread {
|
||||
unsigned int average_execution_time;
|
||||
};
|
||||
|
||||
/*! \brief Structure for memory cache thrasing */
|
||||
/*! \brief Structure for memory cache thrashing */
|
||||
struct sorcery_memory_cache_thrash {
|
||||
/*! \brief The sorcery instance being tested */
|
||||
struct ast_sorcery *sorcery;
|
||||
@@ -160,7 +160,7 @@ static void sorcery_memory_cache_thrash_destroy(void *obj)
|
||||
|
||||
/*!
|
||||
* \internal
|
||||
* \brief Set up thrasing against a memory cache on a sorcery instance
|
||||
* \brief Set up thrashing against a memory cache on a sorcery instance
|
||||
*
|
||||
* \param cache_configuration The sorcery memory cache configuration to use
|
||||
* \param update_threads The number of threads which should be constantly updating sorcery
|
||||
|
||||
Reference in New Issue
Block a user