From cc74c7b7ad440782b8ee5eda51ad350fddc381e1 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 17 Apr 2020 00:02:38 +0200 Subject: Fix two more typos --- libs/ardour/session_state.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index e82637ad82..9b3b67c285 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -1032,7 +1032,7 @@ Session::load_state (string snapshot_name, bool from_template) if ((Stateful::loading_state_version / 1000L) > (CURRENT_SESSION_FILE_VERSION / 1000L)) { cerr << "Session-version: " << Stateful::loading_state_version << " is not supported. Current: " << CURRENT_SESSION_FILE_VERSION << "\n"; - throw SessionException (string_compose (_("Incomatible Session Version. That session was created with a newer version of %1"), PROGRAM_NAME)); + throw SessionException (string_compose (_("Incompatible Session Version. That session was created with a newer version of %1"), PROGRAM_NAME)); } if (Stateful::loading_state_version < CURRENT_SESSION_FILE_VERSION && _writable && !from_template) { @@ -1985,7 +1985,7 @@ Session::XMLRouteFactory_2X (const XMLNode& node, int version) boost::shared_ptr pl = playlists()->by_name (playlist_name); if (playlist_name.empty () || !pl) { - warning << string_compose (_("Could not find diskstream for diskream-id: '%1', playlist: '%2'"), ds_prop->value (), playlist_name) << endmsg; + warning << string_compose (_("Could not find diskstream for diskstream-id: '%1', playlist: '%2'"), ds_prop->value (), playlist_name) << endmsg; } boost::shared_ptr track; -- cgit v1.2.3