Bug 21756: Fix spelling error
authorNick Clemens <nick@bywatersolutions.com>
Wed, 13 Mar 2019 04:02:51 +0000 (04:02 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 13 Mar 2019 04:02:51 +0000 (04:02 +0000)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

t/db_dependent/Accounts.t

index 2dfe97b..f9c99bb 100644 (file)
@@ -84,7 +84,7 @@ warning_like {
         $item->{itemnumber}, $description, $type, $amount, $note )
 }
 qr/C4::Accounts::manualinvoice is deprecated in favor of Koha::Account->add_debit/,
-  "deprecation warning recieved for manualinvoice";
+  "deprecation warning received for manualinvoice";
 my ($accountline) = Koha::Account::Lines->search(
     {
         borrowernumber => $patron->{borrowernumber}