diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xplist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xplist.c b/src/xplist.c index a6737fb..44bb5e7 100644 --- a/src/xplist.c +++ b/src/xplist.c @@ -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; } |