Commit db68a9d1 authored by Bastien Nocera's avatar Bastien Nocera

xplist: Fix typo in error message

parent 6be3579b
......@@ -1230,7 +1230,7 @@ static void node_from_xml(parse_ctx ctx, plist_t *plist)
break;
default:
/* should not happen */
PLIST_XML_ERR("parent is not a structered node\n");
PLIST_XML_ERR("parent is not a structured node\n");
ctx->err++;
goto err_out;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment