mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-24 22:58:21 +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`
This commit is contained in:
@@ -271,7 +271,7 @@ static void *internal_ao2_traverse(struct ao2_container *self, enum search_flags
|
||||
return NULL;
|
||||
}
|
||||
if (!(multi_iterator = ast_calloc(1, sizeof(*multi_iterator)))) {
|
||||
ao2_t_ref(multi_container, -1, "OBJ_MULTIPLE interator creation failed.");
|
||||
ao2_t_ref(multi_container, -1, "OBJ_MULTIPLE iterator creation failed.");
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user