From 291257742063f4fd64c2829d794771734b6d3cf7 Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Sun, 4 Sep 2022 23:32:25 +0300 Subject: [PATCH] Fix a few typos more --- share/scripts/ab_switch.lua | 2 +- share/scripts/x-fade.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/scripts/ab_switch.lua b/share/scripts/ab_switch.lua index 3d82c88532..b5152bb48b 100644 --- a/share/scripts/ab_switch.lua +++ b/share/scripts/ab_switch.lua @@ -4,7 +4,7 @@ ardour { category = "Amplifier", license = "MIT", author = "Ardour Community", - description = [[Auotomatable A/B Input Select. Channels grouped: + description = [[Automatable A/B Input Select. Channels grouped: Mono out: In 1/2 -> Out 1 Stereo out: In 1/3 -> Out 1, In 2/4 -> Out 2 Quad out: In 1/5 -> Out 1, In 2/6 -> Out 2, In 3/7 -> Out 3, In 4/8 -> Out 4 diff --git a/share/scripts/x-fade.lua b/share/scripts/x-fade.lua index f069c67049..60b88e97f1 100644 --- a/share/scripts/x-fade.lua +++ b/share/scripts/x-fade.lua @@ -4,7 +4,7 @@ ardour { category = "Amplifier", license = "MIT", author = "Ardour Community", - description = [[Auotomatable Crossfade. Channels are grouped: + description = [[Automatable Crossfade. Channels are grouped: Mono out: In 1/2 -> Out 1 Stereo out: In 1/3 -> Out 1, In 2/4 -> Out 2 Quad out: In 1/5 -> Out 1, In 2/6 -> Out 2, In 3/7 -> Out 3, In 4/8 -> Out 4