mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +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:
@@ -304,7 +304,7 @@ struct ast_xml_node *ast_xml_find_element(struct ast_xml_node *root_node, const
|
||||
}
|
||||
|
||||
for (cur = root_node; cur; cur = ast_xml_node_get_next(cur)) {
|
||||
/* Check if the name matchs */
|
||||
/* Check if the name matches */
|
||||
if (strcmp(ast_xml_node_get_name(cur), name)) {
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user