From 10109c31471025301b60387fb1188f4e9adb9660 Mon Sep 17 00:00:00 2001 From: Mattias Ohlsson Date: Sat, 4 May 2024 20:38:31 +0200 Subject: [PATCH] Fix typos --- libs/ardour/session_state.cc | 4 ++-- libs/widgets/ardour_button.cc | 2 +- session_utils/new_empty_session.cc | 2 +- session_utils/new_session.cc | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index f387871671..58a1192175 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -4566,7 +4566,7 @@ Session::config_changed (std::string p, bool ours) bool have_ms = _monitor_out ? true : false; if (loading ()) { /* When loading an existing session, the config "use-monitor-bus" - * is ignored. Instead the sesion-state (xml) will have added the + * is ignored. Instead the session-state (xml) will have added the * "monitor-route" and restored its state (and connections) * if the session has a monitor-section. * Update the config to reflect this. @@ -4595,7 +4595,7 @@ Session::config_changed (std::string p, bool ours) bool have_sm = _surround_master ? true : false; if (loading ()) { /* When loading an existing session, the config "use-surround-master" - * is ignored. Instead the sesion-state (xml) will have added the + * is ignored. Instead the session-state (xml) will have added the * "surround-master" and restored its state (and connections) * if the session has a surround master.. * Update the config to reflect this. diff --git a/libs/widgets/ardour_button.cc b/libs/widgets/ardour_button.cc index b965e56325..2c2c567110 100644 --- a/libs/widgets/ardour_button.cc +++ b/libs/widgets/ardour_button.cc @@ -629,7 +629,7 @@ ArdourButton::render (Cairo::RefPtr const& ctx, cairo_rectangle_ // //A: yes, it's keyboard focus and it does work when there's no editor window // (the editor is always the first receiver for KeyDown). - // It's needed for eg. the engine-dialog at startup or after closing a sesion. + // It's needed for eg. the engine-dialog at startup or after closing a session. if (_focused) { rounded_function (cr, 1.5, 1.5, get_width() - 3, get_height() - 3, corner_radius); cairo_set_source_rgba (cr, 0.905, 0.917, 0.925, 0.8); diff --git a/session_utils/new_empty_session.cc b/session_utils/new_empty_session.cc index f229e75f0d..4bc55c8439 100644 --- a/session_utils/new_empty_session.cc +++ b/session_utils/new_empty_session.cc @@ -43,7 +43,7 @@ static void usage () printf ("\n\ This tool creates a new empty Ardour session.\n\ \n\ -If the session-name is unspecified, the sesion-dir-name is used.\n\ +If the session-name is unspecified, the session-dir-name is used.\n\ If specified, the tool expects a session-name without .ardour\n\ file-name extension.\n\ \n"); diff --git a/session_utils/new_session.cc b/session_utils/new_session.cc index 216e3d720f..83f0c4669f 100644 --- a/session_utils/new_session.cc +++ b/session_utils/new_session.cc @@ -50,7 +50,7 @@ static void usage () This tool creates a new Ardour session, optionally based on a\n\ session-template.\n\ \n\ -If the session-name is unspecified, the sesion-dir-name is used.\n\ +If the session-name is unspecified, the session-dir-name is used.\n\ If specified, the tool expects a session-name without .ardour\n\ file-name extension.\n\ \n\