Fix typos

Fixes typos in source comments.
This commit is contained in:
luzpaz
2025-11-27 12:22:45 -05:00
committed by GitHub
parent de042dcde7
commit 296c8681f0
3 changed files with 4 additions and 4 deletions

View File

@@ -240,10 +240,10 @@ public:
/** Open stem export dialog */
virtual void stem_export () = 0;
/** Open export dialog with current selection pre-selected */
/** Open export dialog with current selection preselected */
virtual void export_selection () = 0;
/** Open export dialog with current range pre-selected */
/** Open export dialog with current range preselected */
virtual void export_range () = 0;
/** Open Simple Export Dialog */

View File

@@ -478,7 +478,7 @@ StripImportDialog::refill_import_table ()
next_new = PBD::ID (next_id);
}
/* accumulate both dropdowns, so colums are equally spaced */
/* accumulate both dropdowns, so columns are equally spaced */
std::vector<std::string> sizing_texts;
_add_rid_dropdown = manage (new ArdourWidgets::ArdourDropdown ());

View File

@@ -34,7 +34,7 @@ function factory () return function ()
local rv = LuaDialog.Dialog ("Select Automation State", dialog_options):run()
if not rv then return end
-- calclate max distance in 'ticks'
-- calculate max distance in 'ticks'
local ticks_per_beat = Temporal.Beats (1, 0):to_ticks ();
local max_distance = ticks_per_beat / rv['divisor']