From 8eec6888fa4c987e515dfabd6bbb9b474f06d401 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 4 Aug 2022 16:36:02 -0400 Subject: [PATCH] Fix comment This seems to have been mangled somehow in 9cbf3ae4ad18c9906e5b4c317aae44b637759ad8. --- gtk2_ardour/lv2_plugin_ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/lv2_plugin_ui.h b/gtk2_ardour/lv2_plugin_ui.h index 0caef7bc6c..b46f2a97e6 100644 --- a/gtk2_ardour/lv2_plugin_ui.h +++ b/gtk2_ardour/lv2_plugin_ui.h @@ -77,7 +77,7 @@ private: sigc::connection _screen_update_connection; sigc::connection _message_update_connection; Gtk::Widget* _gui_widget; - /** a box containing the focus, bypa s, delete, save / add preset buttons etc. */ + /** a box containing the focus, bypass, delete, save / add preset buttons etc. */ Gtk::HBox _ardour_buttons_box; float* _values_last_sent_to_ui; std::vector _controllables;