libyang DOC spelling correction in headers
diff --git a/src/tree_edit.h b/src/tree_edit.h
index ac5e4b0..7284b4f 100644
--- a/src/tree_edit.h
+++ b/src/tree_edit.h
@@ -239,7 +239,7 @@
  *
  * @param[in,out] LIST Linked list to add to.
  * @param[in] NEW_ITEM New item, that will be appended to the list, must be already allocated.
- * @param[in] LINKER name of structuin member that is used to connect items together.
+ * @param[in] LINKER name of structuring member that is used to connect items together.
  */
 #define LY_LIST_INSERT(LIST, NEW_ITEM, LINKER)\
     if (!(*LIST)) { \