From 993b69cc4bbd4962599980866aa3d791850afe21 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 17 May 2021 14:22:27 +0100 Subject: [PATCH] Bug 27837: (QA follow-up) Minor Spelling/Typo correction Signed-off-by: Martin Renvoize --- t/db_dependent/Items.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Items.t b/t/db_dependent/Items.t index 3c079c779c..b28d930ebe 100755 --- a/t/db_dependent/Items.t +++ b/t/db_dependent/Items.t @@ -1113,7 +1113,7 @@ subtest 'ModItemFromMarc' => sub { $item->permanent_location(undef)->more_subfields_xml(undef)->store; $item = $item->get_from_storage; - # This time nothing is set, but we pass an emty string + # This time nothing is set, but we pass an empty string $item->permanent_location(""); $item->location('E'); $marc = C4::Items::Item2Marc( $item->unblessed, $item->biblionumber ); -- 2.20.1