From abd07dbb98082481ed78a96a0ef9d92a908576ae Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 15 Apr 2022 13:51:01 +0200 Subject: [PATCH] typo --- .config/zsh/functions/mkplaylist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/functions/mkplaylist b/.config/zsh/functions/mkplaylist index 9b7f0d8..dad2893 100755 --- a/.config/zsh/functions/mkplaylist +++ b/.config/zsh/functions/mkplaylist @@ -1,6 +1,6 @@ #!/usr/bin/env zsh # Create a playlist in the current folder, of the media files in the folder and -# all subfolfers. +# all subfolders. setopt LOCAL_OPTIONS ERR_RETURN NO_UNSET PIPE_FAIL