Bugzilla – Attachment 163031 Details for
Bug 13706
Deduping authorities script (dedup_authorities.pl)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13706: Minor tidy/spelling issues
Bug-13706-Minor-tidyspelling-issues.patch (text/plain), 1.35 KB, created by
Tomás Cohen Arazi (tcohen)
on 2024-03-11 13:26:15 UTC
(
hide
)
Description:
Bug 13706: Minor tidy/spelling issues
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-03-11 13:26:15 UTC
Size:
1.35 KB
patch
obsolete
>From 17de8ecf4d76be8c6c3dff050c3f0074d4a09b3f Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 11 Mar 2024 10:25:23 -0300 >Subject: [PATCH] Bug 13706: Minor tidy/spelling issues > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13706
:
35885
|
40068
|
40069
|
121920
|
122049
|
124659
|
127263
|
157935
|
157965
|
163030
| 163031