Mixbus enforces output port count
[ardour.git] / libs / ardour / tempo_map_importer.cc
index b170aea8ea9a2bfb2389f227e383369335aafb4c..5a6a2a4018fad57b0bf202f22ccb45bae88e314c 100644 (file)
@@ -23,9 +23,8 @@
 #include <sstream>
 
 #include "ardour/session.h"
+#include "ardour/tempo.h"
 #include "pbd/failed_constructor.h"
-#include "pbd/compose.h"
-#include "pbd/error.h"
 
 #include "i18n.h"
 
@@ -87,7 +86,7 @@ bool
 TempoMapImporter::_prepare_move ()
 {
        // Prompt user for verification
-       boost::optional<bool> replace = Prompt (_("This will replace the current tempo map!\nAre you shure you want to do this?"));
+       boost::optional<bool> replace = Prompt (_("This will replace the current tempo map!\nAre you sure you want to do this?"));
        return replace.get_value_or (false);
 }