From 8b2207fd0ce5daed4fabedde5e82ff316ecc2fad Mon Sep 17 00:00:00 2001 From: hisbaan <34548959+hisbaan@users.noreply.github.com> Date: Thu, 24 Jun 2021 22:52:10 -0400 Subject: [PATCH] Fix typo in zsh completions (palyer -> player) --- data/playerctl.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/playerctl.zsh b/data/playerctl.zsh index 884257c..6f5390f 100644 --- a/data/playerctl.zsh +++ b/data/playerctl.zsh @@ -43,7 +43,7 @@ _regex_words commands 'playerctl command' \ 'stop:Command the player to stop' \ 'next:Command the player to skip to the next track' \ 'previous:Command the player to skip to the previous track' \ - 'position:Command the palyer to go or seek to the position' \ + 'position:Command the player to go or seek to the position' \ 'volume:Print or set the volume level from 0.0 to 1.0' \ 'status:Get the play status of the player' \ 'metadata:Print the metadata information for the current track:$playerctl_command_metadata_keys' \