mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
docs: Fix various typos in main/
Found via `codespell -q 3 -S "./CREDITS" -L abd,asent,atleast,childrens,contentn,crypted,dne,durationm,exten,inout,leapyear,nd,oclock,offsetp,ot,parm,parms,requestor,ser,slanguage,slin,thirdparty,varn,varns,ues`
(cherry picked from commit d2bcdb71f8
)
This commit is contained in:
committed by
Asterisk Development Team
parent
ac843c3600
commit
e9315d22ce
@@ -336,7 +336,7 @@ static void tps_shutdown(void)
|
||||
* a taskprocessor was not cleaned up somewhere */
|
||||
if (objcount > 0) {
|
||||
ast_log(LOG_ERROR,
|
||||
"Asertion may occur, the following taskprocessors are still runing:\n");
|
||||
"Assertion may occur, the following taskprocessors are still running:\n");
|
||||
|
||||
sorted_tps = ao2_container_alloc_rbtree(AO2_ALLOC_OPT_LOCK_NOLOCK, 0, tps_sort_cb,
|
||||
NULL);
|
||||
|
Reference in New Issue
Block a user