From a75c3c09cea3a7798a1b37b9d34a13c6ce64de66 Mon Sep 17 00:00:00 2001 From: Kyle Hall Date: Mon, 13 Jun 2022 06:52:28 -0400 Subject: [PATCH] Bug 20262: (QA follow-up) Fix spelling errors Signed-off-by: Katrin Fischer --- Koha/Item.pm | 2 +- t/db_dependent/Circulation.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/Item.pm b/Koha/Item.pm index 04a64c1fe4..e5d4bbccd6 100644 --- a/Koha/Item.pm +++ b/Koha/Item.pm @@ -1207,7 +1207,7 @@ sub _set_found_trigger { # "refund_unpaid" # # In that case only unpaid/outstanding amount - # will be credited wich settles the debt without + # will be credited which settles the debt without # creating extra credits my $credit_offsets = $lost_charge->debit_offsets( diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t index 38c8c08997..c8786bc46f 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -3444,7 +3444,7 @@ subtest 'AddReturn | is_overdue' => sub { $lost_fee_line->discard_changes; is( int($lost_fee_line->amountoutstanding) , 0, 'The LOST amountoutstanding is zero after returning lost item with full payment' ); - is( $lost_fee_line->status, 'FOUND', 'The FOUND status was set for lost item iwth partial payment' ); + is( $lost_fee_line->status, 'FOUND', 'The FOUND status was set for lost item with partial payment' ); is( int($patron->account->balance), 0, -- 2.30.2