From 57efff5a1f905cbe1cf5d9580f2e390dc441f3f3 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 13 May 2025 12:10:21 -0600 Subject: [PATCH] NO-OP: fix spelling in a comment --- gtk2_ardour/midi_view.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);