diff options
author | Aylur <[email protected]> | 2025-02-05 23:20:51 +0100 |
---|---|---|
committer | Aylur <[email protected]> | 2025-02-05 23:20:57 +0100 |
commit | fe820611084391c5ecfc09cdeacbce8b7e9ed03d (patch) | |
tree | 9a6d69b6a3fea3eecc2bd17be94932e38dbace7e | |
parent | 32348e7c5b2246c6ddc82499cfb08244313ead44 (diff) |
fix typo
-rw-r--r-- | lib/mpris/cli.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mpris/cli.vala b/lib/mpris/cli.vala index 7e15c6e..68f6b01 100644 --- a/lib/mpris/cli.vala +++ b/lib/mpris/cli.vala @@ -298,7 +298,7 @@ int do_loop(Player player, string? arg) { player.loop_status = Loop.PLAYLIST; break; default: - stderr.printf(@"unknown shuffle status \"$arg\""); + stderr.printf(@"unknown loop status \"$arg\""); return 1; } |