From 29873508921ddcfe6ff8f6f34737487beee310db Mon Sep 17 00:00:00 2001 From: Olivier Humbert Date: Mon, 20 Jul 2020 15:55:06 +0200 Subject: [PATCH] One typo fixe in the source --- gtk2_ardour/missing_filesource_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/missing_filesource_dialog.cc b/gtk2_ardour/missing_filesource_dialog.cc index a63e1efba1..c6b29a12de 100644 --- a/gtk2_ardour/missing_filesource_dialog.cc +++ b/gtk2_ardour/missing_filesource_dialog.cc @@ -62,7 +62,7 @@ MissingFileSourceDialog::MissingFileSourceDialog (Session * s, list cons if (dt == DataType::MIDI) { t << _("Editing the MIDI files by adding new content will re-create the file and disable this warning,\n" - "but also prevent future recovery of the original in the exising region(s).\n"); + "but also prevent future recovery of the original in the existing region(s).\n"); } m->set_markup (t.str ());