summaryrefslogtreecommitdiffstats
path: root/src
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 /src
parent6be3579b2c23fef242cd49bb02ec7e693169768e (diff)
downloadlibplist-db68a9d1070b363eee93147f072f46526064acbc.tar.gz
libplist-db68a9d1070b363eee93147f072f46526064acbc.tar.bz2
xplist: Fix typo in error message
Diffstat (limited to 'src')
-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 }