From b835cdf9adb55065c7c77d35dc1dcaf3d5a3ae2e Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 26 Jul 2019 12:31:39 +0000 Subject: [PATCH] Bug 11573: (QA follow-up) Correct spelling typo Signed-off-by: Nick Clemens --- t/db_dependent/Circulation.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t index 84d46a2d0c..b7acf2a617 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -3160,7 +3160,7 @@ subtest 'AddRenewal and AddIssuingCharge tests' => sub { is( $lines->count, 2 ); my $line = $lines->next; - is( $line->accounttype, 'RENT', 'The issue of item with issueing charge generates an accountline of the correct type' ); + is( $line->accounttype, 'RENT', 'The issue of item with issuing charge generates an accountline of the correct type' ); is( $line->branchcode, $library->id, 'AddIssuingCharge correctly sets branchcode' ); is( $line->description, '', 'AddIssue does not set a hardcoded description for the accountline' ); -- 2.11.0