fix typo in comment

This commit is contained in:
Tobias Bengfort 2025-10-09 09:45:36 +02:00
parent ef596a5cd7
commit 579f30cdec

View file

@ -48,7 +48,7 @@ create_attribute_tree(const xmlAttr *attr)
}
/*
* Consider <keybind name.action="ShowMenu" x.position.action="1" y.position="2" />.
* Consider <keybind name.action="ShowMenu" x.position.action="1" y.position.action="2" />.
* These three attributes are represented by following trees.
* action(dst)---name
* action(src)---position---x