From 17de8ecf4d76be8c6c3dff050c3f0074d4a09b3f Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 11 Mar 2024 10:25:23 -0300 Subject: [PATCH] Bug 13706: Minor tidy/spelling issues Signed-off-by: Tomas Cohen Arazi --- misc/maintenance/dedup_authorities.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/maintenance/dedup_authorities.pl b/misc/maintenance/dedup_authorities.pl index b5e25db06bc..67cfb5d3174 100755 --- a/misc/maintenance/dedup_authorities.pl +++ b/misc/maintenance/dedup_authorities.pl @@ -15,7 +15,7 @@ use Koha::Authorities; use Getopt::Long; use YAML; use List::MoreUtils qw/uniq/; -use Pod::Usage qw( pod2usage ); +use Pod::Usage qw( pod2usage ); =head1 NAME @@ -68,7 +68,7 @@ will only auths with a low auth_id (old records) =item B<--verbose> -display verbose loggin, can be repeated twice for more info +display verbose logging, can be repeated twice for more info =item B<--help> @@ -100,7 +100,7 @@ my $result = GetOptions( pod2usage( -verbose => 2 ) if ($help); print "RUNNING IN TEST MODE, NO CHANGES WILL BE MADE\n" unless $confirm; -$verbose = 1 unless ( $confirm || $verbose ); +$verbose = 1 unless ( $confirm || $verbose ); my @choose_subs; @methods = ('used') unless @methods; -- 2.44.0