Fix typos (thanks edogawa)
authorRobin Gareus <robin@gareus.org>
Sat, 13 May 2017 18:33:04 +0000 (20:33 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 13 May 2017 18:33:04 +0000 (20:33 +0200)
gtk2_ardour/opts.cc
gtk2_ardour/rc_option_editor.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
index f4fbcc4f76cd4e5a167437408afbce683e0cd475..5a4580f5d4ed81b1adfc625c3b3a1919d3f24149 100644 (file)
@@ -3019,7 +3019,7 @@ RCOptionEditor::RCOptionEditor ()
                     sigc::mem_fun (*_rc_config, &RCConfiguration::set_quieten_at_speed)
                     );
        Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(),
-                       _("<b>When enabled</b> rhis will reduce the unpleasant increase in perceived volume "
+                       _("<b>When enabled</b> this will reduce the unpleasant increase in perceived volume "
                                "that occurs when fast-forwarding or rewinding through some kinds of audio"));
        add_option (_("Transport"), bo);