diff options
author | Bastien Nocera | 2018-07-25 16:05:14 +0200 |
---|---|---|
committer | Bastien Nocera | 2018-07-25 16:12:34 +0200 |
commit | db68a9d1070b363eee93147f072f46526064acbc (patch) | |
tree | 22b1b27b4784625ef2a15c8d216982c8c88957f1 /src | |
parent | 6be3579b2c23fef242cd49bb02ec7e693169768e (diff) | |
download | libplist-db68a9d1070b363eee93147f072f46526064acbc.tar.gz libplist-db68a9d1070b363eee93147f072f46526064acbc.tar.bz2 |
xplist: Fix typo in error message
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; } |