Skip to content

Commit 10a2b4c

Browse files
committed
commander_helper: typo in set_tune() description
1 parent f66c391 commit 10a2b4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/commander/commander_helper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void set_tune_override(const int tune_id);
7272
*
7373
* 1. Current playing tune is non-repeating and has ended
7474
* 2. Current playing tune is non-repeating, but the requested tune is also non-repeating, and they are different tunes
75-
* 3. Current playing tune is repeating, and the requested tune is different from teh current tune
75+
* 3. Current playing tune is repeating, and the requested tune is different from the current tune
7676
*
7777
* This is to prevent repeating tunes from overriding single-play tunes.
7878
*/

0 commit comments

Comments
 (0)