use new action map API instead of ActionManager::get_action
[ardour.git] / gtk2_ardour / opts.cc
index 426045e100a7986822363d1b77c41882ba1a7523..d0657abe8b69c2a3755316adec9ef9e27bdccc24 100644 (file)
@@ -90,7 +90,7 @@ print_help (const char *execname)
                << _("  -S, --sync                  Draw the GUI synchronously\n")
                << _("  -T, --template <name>       Use given template for new session\n")
                << _("  -U, --uuid <uuid>           Set (jack) backend UUID\n")
-               << _("  -v, --version               Print versoin and exit\n")
+               << _("  -v, --version               Print version and exit\n")
 #ifdef WINDOWS_VST_SUPPORT
                << _("  -V, --novst                 Disable WindowsVST support\n")
 #endif