commit | d68f8a2fa2bef43042f44a4bbe91909828e86df2 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Jan 05 12:06:51 2022 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Jan 05 12:06:51 2022 +0100 |
tree | 9c6522a371e58a5c0ff55f2d2341b6c6ba245cec | |
parent | 8d00f67ab2b2198a87bc965c4730f9ed7bfa9b9d [diff] [blame] |
parser xml BUGFIX typo
diff --git a/src/parser_xml.c b/src/parser_xml.c index 145fe0e..c9b6145 100644 --- a/src/parser_xml.c +++ b/src/parser_xml.c
@@ -499,7 +499,7 @@ ret = LY_EVALID; goto error; } else if (!(lydctx->parse_opts & LYD_PARSE_OPAQ)) { - LOGVRB("Skipping parsing of unkown node \"%.*s\".", name_len, name); + LOGVRB("Skipping parsing of unknown node \"%.*s\".", name_len, name); /* skip element with children */ LY_CHECK_GOTO(ret = lydxml_data_skip(xmlctx), error);