From db68a9d1070b363eee93147f072f46526064acbc Mon Sep 17 00:00:00 2001
From: Bastien Nocera
Date: Wed, 25 Jul 2018 16:05:14 +0200
Subject: xplist: Fix typo in error message

---
 src/xplist.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
                     }
-- 
cgit v1.1-32-gdbae