mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +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
3bf314d643
commit
e54a9d31f1
@@ -842,7 +842,7 @@ AST_TEST_DEFINE(object_copy)
|
||||
ast_test_status_update(test, "A new ast_variable was not created for 'jim'\n");
|
||||
res = AST_TEST_FAIL;
|
||||
} else if (copy->jim == obj->jim) {
|
||||
ast_test_status_update(test, "Created copy of 'jim' is actually the ogirinal 'jim'\n");
|
||||
ast_test_status_update(test, "Created copy of 'jim' is actually the original 'jim'\n");
|
||||
res = AST_TEST_FAIL;
|
||||
} else if (strcmp(copy->jim->value, obj->jim->value)) {
|
||||
ast_test_status_update(test, "Value of 1st 'jim' on newly created copy is not the same as original\n");
|
||||
|
||||
Reference in New Issue
Block a user