diff --git a/gtk2_ardour/midi_view.cc b/gtk2_ardour/midi_view.cc index 5ff880c303..460252384b 100644 --- a/gtk2_ardour/midi_view.cc +++ b/gtk2_ardour/midi_view.cc @@ -879,7 +879,7 @@ MidiView::clear_events () for (auto & [model_note,gui_note] : _events) { delete gui_note; } - /* This will delete any danging canvas items that were not owned by the + /* This will delete any dangling canvas items that were not owned by the * NoteBase objects we just deleted. */ _note_group->clear (true);