Fix typo in zsh completions (palyer -> player)

This commit is contained in:
hisbaan
2021-06-24 22:52:10 -04:00
parent 6f4feb923e
commit 8b2207fd0c

View File

@@ -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' \