[Asterisk-code-review] spelling: taskprocessor (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:19:06 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17239 )
Change subject: spelling: taskprocessor
......................................................................
spelling: taskprocessor
Change-Id: I3ad2f3e35531cdec7d2e73c7b835daef20b49495
---
M tests/test_taskprocessor.c
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/39/17239/1
diff --git a/tests/test_taskprocessor.c b/tests/test_taskprocessor.c
index c9a40df..b3c3b41 100644
--- a/tests/test_taskprocessor.c
+++ b/tests/test_taskprocessor.c
@@ -139,7 +139,7 @@
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 @@
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;
@@ -563,7 +563,7 @@
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 @@
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;
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17239
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I3ad2f3e35531cdec7d2e73c7b835daef20b49495
Gerrit-Change-Number: 17239
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211107/055ecf0b/attachment.html>
More information about the asterisk-code-review
mailing list