Fix comment

This seems to have been mangled somehow in
9cbf3ae4ad.
This commit is contained in:
David Robillard 2022-08-04 16:36:02 -04:00
parent 5904eaae34
commit 8eec6888fa
1 changed files with 1 additions and 1 deletions

View File

@ -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<ControllableRef> _controllables;