From eb3d9f66d9347e4152ca4db26a73d14a54239053 Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Tue, 23 Aug 2022 01:52:54 +0300 Subject: [PATCH] Fix a typo --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 7d426d6dfc..f918c0860d 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -4020,7 +4020,7 @@ These settings will only take effect after %1 is restarted.\n\ bo = new BoolOption ( "use-audio-units", - _("Enable Autio Unit support (requires restart or re-scan)"), + _("Enable Audio Unit support (requires restart or re-scan)"), sigc::mem_fun (*_rc_config, &RCConfiguration::get_use_audio_units), sigc::mem_fun (*_rc_config, &RCConfiguration::set_use_audio_units) );