summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-04-06 00:31:38 +0000
committerCarl Hetherington <carl@carlh.net>2011-04-06 00:31:38 +0000
commit59b54e167f2cfb92c37e1d88b76b9ca0f40ff1f1 (patch)
tree799cc6d80512d727bfad632020bd02a968146a09 /gtk2_ardour/rc_option_editor.cc
parent4d8dc5c9ca8f23d962468b6c00e9c2aba271ace4 (diff)
Fix typos (part of #3939).
git-svn-id: svn://localhost/ardour2/branches/3.0@9294 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 722612d21c..c23106494c 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -852,7 +852,7 @@ RCOptionEditor::RCOptionEditor ()
add_option (_("Misc"),
new BoolOption (
"sync-all-route-ordering",
- _("Syncronise editor and mixer track order"),
+ _("Synchronise editor and mixer track order"),
sigc::mem_fun (*_rc_config, &RCConfiguration::get_sync_all_route_ordering),
sigc::mem_fun (*_rc_config, &RCConfiguration::set_sync_all_route_ordering)
));