From d2466f90a5d9aa5f600acd1fa584af3499ba3df0 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 17 Jan 2020 15:09:04 +0000 Subject: [PATCH] Bug 23382: (follow-up) Fix typo Signed-off-by: Lucas Gass --- t/db_dependent/Koha/Charges/Fees.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Charges/Fees.t b/t/db_dependent/Koha/Charges/Fees.t index 544d9050bd..723c80ff9a 100644 --- a/t/db_dependent/Koha/Charges/Fees.t +++ b/t/db_dependent/Koha/Charges/Fees.t @@ -338,7 +338,7 @@ subtest 'accumulate_rentalcharge tests' => sub { ); my $calendar = C4::Calendar->new( branchcode => $library->id ); - # DateTime 1..7 (Mon..Sun), C4::Calender 0..6 (Sun..Sat) + # DateTime 1..7 (Mon..Sun), C4::Calendar 0..6 (Sun..Sat) my $closed_day = ( $dt_from->day_of_week == 6 ) ? 0 : ( $dt_from->day_of_week == 7 ) ? 1 -- 2.39.2