From 70937dc1f952e36a70224d9e4134469e53024dfa Mon Sep 17 00:00:00 2001 From: Edgar Aichinger Date: Mon, 13 Apr 2020 16:09:53 +0200 Subject: Fix typos in preparation for translations --- libs/ardour/export_profile_manager.cc | 2 +- libs/ardour/vca.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libs') diff --git a/libs/ardour/export_profile_manager.cc b/libs/ardour/export_profile_manager.cc index 71e7426a26..0a0c3113fe 100644 --- a/libs/ardour/export_profile_manager.cc +++ b/libs/ardour/export_profile_manager.cc @@ -782,7 +782,7 @@ ExportProfileManager::load_format_from_disk (std::string const & path) if (format->format_id() == ExportFormatBase::F_FFMPEG) { std::string unused; if (!ArdourVideoToolPaths::transcoder_exe (unused, unused)) { - error << string_compose (_("Ignored format '%1': encoder is not avilable"), path) << endmsg; + error << string_compose (_("Ignored format '%1': encoder is not available"), path) << endmsg; return; } } diff --git a/libs/ardour/vca.cc b/libs/ardour/vca.cc index f867da48c8..c2e943bc58 100644 --- a/libs/ardour/vca.cc +++ b/libs/ardour/vca.cc @@ -214,7 +214,7 @@ VCA::assign (boost::shared_ptr v) { /* prevent recursive assignments */ if (assigned_to (_session.vca_manager_ptr (), v)) { - warning << _("Master assignment inored to prevent recursion") << endmsg; + warning << _("Master assignment ignored to prevent recursion") << endmsg; return; } Slavable::assign (v); -- cgit v1.2.3