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:
Josh Soref
2021-10-30 21:04:37 -04:00
committed by Joshua Colp
parent c3978efef6
commit 4fc59ccc92
16 changed files with 26 additions and 26 deletions

View File

@@ -139,7 +139,7 @@ AST_TEST_DEFINE(default_taskprocessor)
case TEST_INIT:
info->name = "default_taskprocessor";
info->category = "/main/taskprocessor/";
info->summary = "Test of default taskproccesor";
info->summary = "Test of default taskprocessor";
info->description =
"Ensures that a queued task gets executed.";
return AST_TEST_NOT_RUN;
@@ -363,7 +363,7 @@ AST_TEST_DEFINE(default_taskprocessor_load)
case TEST_INIT:
info->name = "default_taskprocessor_load";
info->category = "/main/taskprocessor/";
info->summary = "Load test of default taskproccesor";
info->summary = "Load test of default taskprocessor";
info->description =
"Ensure that a large number of queued tasks are executed in the proper order.";
return AST_TEST_NOT_RUN;
@@ -546,7 +546,7 @@ static int check_stats(struct ast_test *test, const struct test_listener_pvt *pv
/*!
* \brief Test for a taskprocessor with custom listener.
*
* This test pushes tasks to a taskprocessor with a custom listener, executes the taskss,
* This test pushes tasks to a taskprocessor with a custom listener, executes the tasks,
* and destroys the taskprocessor.
*
* The test ensures that the listener's callbacks are called when expected and that the data
@@ -563,7 +563,7 @@ AST_TEST_DEFINE(taskprocessor_listener)
case TEST_INIT:
info->name = "taskprocessor_listener";
info->category = "/main/taskprocessor/";
info->summary = "Test of taskproccesor listeners";
info->summary = "Test of taskprocessor listeners";
info->description =
"Ensures that listener callbacks are called when expected.";
return AST_TEST_NOT_RUN;
@@ -760,7 +760,7 @@ AST_TEST_DEFINE(taskprocessor_shutdown)
case TEST_INIT:
info->name = "taskprocessor_shutdown";
info->category = "/main/taskprocessor/";
info->summary = "Test of taskproccesor shutdown sequence";
info->summary = "Test of taskprocessor shutdown sequence";
info->description =
"Ensures that all tasks run to completion after the taskprocessor has been unref'ed.";
return AST_TEST_NOT_RUN;