summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Bastien Nocera2018-07-25 16:05:14 +0200
committerGravatar Bastien Nocera2018-07-25 16:12:34 +0200
commitdb68a9d1070b363eee93147f072f46526064acbc (patch)
tree22b1b27b4784625ef2a15c8d216982c8c88957f1
parent6be3579b2c23fef242cd49bb02ec7e693169768e (diff)
downloadlibplist-db68a9d1070b363eee93147f072f46526064acbc.tar.gz
libplist-db68a9d1070b363eee93147f072f46526064acbc.tar.bz2
xplist: Fix typo in error message
-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)
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;
}