mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +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:
committed by
github-actions[bot]
parent
076799be15
commit
e3ad4cea4e
@@ -391,7 +391,7 @@ static struct aco_option *aco_option_find(struct aco_type *type, const char *nam
|
||||
struct aco_option *opt;
|
||||
|
||||
if (!type || !type->internal || !type->internal->opts) {
|
||||
ast_log(LOG_NOTICE, "Attempting to use NULL or unitialized config type\n");
|
||||
ast_log(LOG_NOTICE, "Attempting to use NULL or uninitialized config type\n");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user