From 10a2b4c9f7d34234459b4d3604b99a33491a9d83 Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Fri, 8 Jul 2022 14:50:42 +0200 Subject: [PATCH] commander_helper: typo in set_tune() description --- src/modules/commander/commander_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/commander/commander_helper.h b/src/modules/commander/commander_helper.h index 02029acdb9..5d4a8df2b9 100644 --- a/src/modules/commander/commander_helper.h +++ b/src/modules/commander/commander_helper.h @@ -72,7 +72,7 @@ void set_tune_override(const int tune_id); * * 1. Current playing tune is non-repeating and has ended * 2. Current playing tune is non-repeating, but the requested tune is also non-repeating, and they are different tunes - * 3. Current playing tune is repeating, and the requested tune is different from teh current tune + * 3. Current playing tune is repeating, and the requested tune is different from the current tune * * This is to prevent repeating tunes from overriding single-play tunes. */