From 801b8b2f1e88bb223a51009b8699ecf6cf5abac6 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Sun, 19 Jan 2025 19:08:14 +0000 Subject: [PATCH] Fix typos in gtk2_ardour Found via codespell --- gtk2_ardour/ardour_ui_ed.cc | 4 ++-- gtk2_ardour/pianoroll_midi_view.cc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk2_ardour/ardour_ui_ed.cc b/gtk2_ardour/ardour_ui_ed.cc index 8cd5081a49..ab72b9f2d0 100644 --- a/gtk2_ardour/ardour_ui_ed.cc +++ b/gtk2_ardour/ardour_ui_ed.cc @@ -602,11 +602,11 @@ ARDOUR_UI::install_dependent_actions () sigc::bind (sigc::mem_fun(*editor, &PublicEditor::jump_forward_to_mark_flagged), Location::Flags(Location::IsRangeMarker | Location::IsSessionRange), Location::Flags (0), Location::Flags (0))); ActionManager::session_sensitive_actions.push_back (act); - act = ActionManager::register_action (common_actions, "jump-backward-to-section-mark", _("Jump to Previous Arrangment Mark"), + act = ActionManager::register_action (common_actions, "jump-backward-to-section-mark", _("Jump to Previous Arrangement Mark"), sigc::bind (sigc::mem_fun(*editor, &PublicEditor::jump_backward_to_mark_flagged), Location::Flags (0), Location::Flags (0), Location::Flags (Location::IsMark | Location::IsSection))); ActionManager::session_sensitive_actions.push_back (act); - act = ActionManager::register_action (common_actions, "jump-forward-to-section-mark", _("Jump to Next Arrangment Mark"), + act = ActionManager::register_action (common_actions, "jump-forward-to-section-mark", _("Jump to Next Arrangement Mark"), sigc::bind (sigc::mem_fun(*editor, &PublicEditor::jump_forward_to_mark_flagged), Location::Flags (0), Location::Flags (0), Location::Flags(Location::IsMark | Location::IsSection))); ActionManager::session_sensitive_actions.push_back (act); diff --git a/gtk2_ardour/pianoroll_midi_view.cc b/gtk2_ardour/pianoroll_midi_view.cc index da3833365f..6a7611e4d2 100644 --- a/gtk2_ardour/pianoroll_midi_view.cc +++ b/gtk2_ardour/pianoroll_midi_view.cc @@ -71,7 +71,7 @@ PianorollMidiView::PianorollMidiView (std::shared_ptr mt, /* The event rect is a sibling of canvas items that share @param * parent. Consequently, it does not get events that they do not handle - * (because event propagation is up the item child->parent heirarchy, + * (because event propagation is up the item child->parent hierarchy, * not sideways. * * This means that if, for example, the start boundary rect doesn't