From 7acaa913597976bf036539c6007880ae09be7b6b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 22 Mar 2023 11:43:09 +0300 Subject: [PATCH] Proper zsh spelling --- torn.pl | 2 +- torn.zsh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/torn.pl b/torn.pl index a029b56..2b4f1fc 100755 --- a/torn.pl +++ b/torn.pl @@ -22,7 +22,7 @@ This Perl script takes directory file list and renames all files, making some substitution changes. It has some rules for musical files and rules to convert russian filenames to translit. -This version is unsupported! Use zsh-based implementation instead. +This version is unsupported! Use Z shell-based implementation instead. =head1 USAGE diff --git a/torn.zsh b/torn.zsh index 4d8bcd7..df642d6 100755 --- a/torn.zsh +++ b/torn.zsh @@ -5,9 +5,9 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation, version 3 of the License. -# Initially this script was written on Perl, but now it is zsh function, -# that is intended to be used with zmv command. It is much more flexible -# to be used with zsh'es glob expansion. +# Initially this script was written on Perl, but now it is Z shell +# function, that is intended to be used with zmv command. It is much +# more flexible to be used with zsh'es glob expansion. # # * transliterates everything # * replaces non FAT-compatible characters with underscores -- 2.44.0