spelling fix, PR#725

This commit is contained in:
Paul Davis 2022-10-07 19:14:01 -06:00
parent 254297355e
commit 0dc4f4bf45

View File

@ -175,7 +175,7 @@ private:
Gtk::Menu* controller_menu;
void add_single_channel_controller_item (Gtk::Menu_Helpers::MenuList& ctl_items, int ctl, const std::string& name);
void add_multi_channel_controller_item (Gtk::Menu_Helpers::MenuList& ctl_items, uint16_t chanels, int ctl, const std::string& name);
void add_multi_channel_controller_item (Gtk::Menu_Helpers::MenuList& ctl_items, uint16_t channels, int ctl, const std::string& name);
void build_controller_menu ();
void toggle_restore_pgm_on_load ();
void toggle_channel_selector ();