change API for GainControl, VCA and VCAManager
[ardour.git] / libs / ardour / tempo_map_importer.cc
index f0447b2f82cd060b62e2daf55d600bae9eb92e1b..5a6a2a4018fad57b0bf202f22ccb45bae88e314c 100644 (file)
@@ -86,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);
 }