Bugzilla – Attachment 110060 Details for
Bug 26451
Small typo in bulkmarcimport.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26451: fix typo in bulkmarcimport.pl
Bug-26451-fix-typo-in-bulkmarcimportpl.patch (text/plain), 1.19 KB, created by
Owen Leonard
on 2020-09-14 14:12:41 UTC
(
hide
)
Description:
Bug 26451: fix typo in bulkmarcimport.pl
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2020-09-14 14:12:41 UTC
Size:
1.19 KB
patch
obsolete
>From 06e8a01247ba265f05d332801a0d625446a1083b Mon Sep 17 00:00:00 2001 >From: Andreas Roussos <a.roussos@dataly.gr> >Date: Mon, 14 Sep 2020 10:08:23 +0200 >Subject: [PATCH] Bug 26451: fix typo in bulkmarcimport.pl > >bulkmarcimport.pl displays a small typo when a MARC modification >template is being used: "modofication". > >This patch fixes that. > >Test plan: apply the patch, and confirm the script no longer >displays the typo. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > misc/migration_tools/bulkmarcimport.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/migration_tools/bulkmarcimport.pl b/misc/migration_tools/bulkmarcimport.pl >index 6e9ea0b3ad..1c81f35e4c 100755 >--- a/misc/migration_tools/bulkmarcimport.pl >+++ b/misc/migration_tools/bulkmarcimport.pl >@@ -140,7 +140,7 @@ if($marc_mod_template ne '') { > if($marc_mod_template_id < 0) { > die "Can't located MARC modification template '$marc_mod_template'\n"; > } else { >- print "Records will be modified using MARC modofication template: $marc_mod_template\n" if $verbose; >+ print "Records will be modified using MARC modification template: $marc_mod_template\n" if $verbose; > } > } > >-- >2.11.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 26451
:
110035
|
110060
|
110103