]> git.mdlowis.com Git - proto/labwc.git/commitdiff
fix typo in comment
authorTobias Bengfort <tobias.bengfort@posteo.de>
Thu, 9 Oct 2025 07:45:36 +0000 (09:45 +0200)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Thu, 9 Oct 2025 15:19:22 +0000 (00:19 +0900)
src/common/xml.c

index 57c415ec54a351efa54950e856dbf1869b6feb4f..0185d9a37219e6a5b80806276a8249003c9ed080 100644 (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