diff --git a/gtk2_ardour/editor_canvas.cc b/gtk2_ardour/editor_canvas.cc index 8c9970275d..e66ca1ef22 100644 --- a/gtk2_ardour/editor_canvas.cc +++ b/gtk2_ardour/editor_canvas.cc @@ -438,7 +438,7 @@ Editor::drop_paths_part_two (const vector& paths, framepos_t frame, doub } else if ((tv = dynamic_cast (tvp.first)) != 0) { - /* check that its an audio track, not a bus */ + /* check that its a track, not a bus */ if (tv->track()) { /* select the track, then embed/import */