diff --git a/src/lay/lay/macro_templates/drag_box_sample.lym b/src/lay/lay/macro_templates/drag_box_sample.lym index 7d29c2be1..f747fded3 100644 --- a/src/lay/lay/macro_templates/drag_box_sample.lym +++ b/src/lay/lay/macro_templates/drag_box_sample.lym @@ -72,7 +72,7 @@ class DragBoxConfigPage < RBA::ConfigPage # and "Configure" page super("Drag Box|Configure") - # Qt user interfact setup + # Qt user interface setup layout = RBA::QHBoxLayout::new(self) label = RBA::QLabel::new("Color (hex, rrggbb)", self) layout.addWidget(label)