fix typo
authorRobin Gareus <robin@gareus.org>
Wed, 17 Jul 2013 13:12:13 +0000 (15:12 +0200)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 8 Aug 2013 19:23:10 +0000 (15:23 -0400)
gtk2_ardour/rc_option_editor.cc

index bc9c40ef1adc5e50dd5a50f3fdcbb5c33d013d91..ae5111496a78e20acdd089dc1ba4801098f569e8 100644 (file)
@@ -831,7 +831,7 @@ public:
                t->attach (*l, 0, 1, 1, 2, FILL);
                t->attach (_video_server_url_entry, 1, 2, 1, 2, FILL);
                Gtkmm2ext::UI::instance()->set_tip (_video_server_url_entry,
-                                           _("Base URL of the video-server including http prefix. This is usually 'http://hostname.example.org:1554/' and defaults to 'http://localhost:1554/' when the video-server is runing locally"));
+                                           _("Base URL of the video-server including http prefix. This is usually 'http://hostname.example.org:1554/' and defaults to 'http://localhost:1554/' when the video-server is running locally"));
 
                l = manage (new Label (_("Video Folder:")));
                l->set_alignment (0, 0.5);