mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +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:
@@ -88,7 +88,7 @@ enum ast_json_type ast_json_typeof(const struct ast_json *json)
|
||||
case JSON_FALSE: return AST_JSON_FALSE;
|
||||
case JSON_NULL: return AST_JSON_NULL;
|
||||
}
|
||||
ast_assert(0); /* Unexpect return from json_typeof */
|
||||
ast_assert(0); /* Unexpected return from json_typeof */
|
||||
return r;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user