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

@@ -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']