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);