summaryrefslogtreecommitdiffstats
path: root/src/xplist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xplist.c')
-rw-r--r--src/xplist.c2
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)
1230 break; 1230 break;
1231 default: 1231 default:
1232 /* should not happen */ 1232 /* should not happen */
1233 PLIST_XML_ERR("parent is not a structered node\n"); 1233 PLIST_XML_ERR("parent is not a structured node\n");
1234 ctx->err++; 1234 ctx->err++;
1235 goto err_out; 1235 goto err_out;
1236 } 1236 }