summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
diff options
context:
space:
mode:
authorThomas Brand <tom@trellis.ch>2017-07-01 21:29:46 +0200
committerRobin Gareus <robin@gareus.org>2017-07-01 21:29:46 +0200
commit218528dbe9922aca802f63163c4f7b00b027fe62 (patch)
treef2d2bc6fe09f8231bdda4a9069ef5417b4542077 /gtk2_ardour/ardour_ui.cc
parent0f3ee7c049db372f6c93efc478c91897a03f3a76 (diff)
Fix some typos (closes GH PR #356)
Diffstat (limited to 'gtk2_ardour/ardour_ui.cc')
-rw-r--r--gtk2_ardour/ardour_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index 58b5d5131c..381e9a72ef 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -3986,7 +3986,7 @@ ARDOUR_UI::display_cleanup_results (ARDOUR::CleanupReport& rep, const gchar* lis
Gtk::MESSAGE_INFO,
Gtk::BUTTONS_OK);
msgd.set_title (_("Clean-up"));
- msgd.set_secondary_text (_("If this seems suprising, \n\
+ msgd.set_secondary_text (_("If this seems surprising, \n\
check for any existing snapshots.\n\
These may still include regions that\n\
require some unused files to continue to exist."));