commit | d4f824989a1ef6577454eedaed34e5cd44dbdbf1 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Jan 05 12:06:51 2022 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Mar 15 11:36:42 2022 +0100 |
tree | 9c6522a371e58a5c0ff55f2d2341b6c6ba245cec | |
parent | 8e20bc0e4a4393fb8224cc1ea948c5f0c3f57386 [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);