Fix typos in gtk2_ardour

Found via codespell
This commit is contained in:
luzpaz
2025-01-19 19:08:14 +00:00
parent a7382b9424
commit 801b8b2f1e
2 changed files with 3 additions and 3 deletions

View File

@@ -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);

View File

@@ -71,7 +71,7 @@ PianorollMidiView::PianorollMidiView (std::shared_ptr<ARDOUR::MidiTrack> 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