Bug 22511: Fix type role->roll
authorNick Clemens <nick@bywatersolutions.com>
Thu, 25 Apr 2019 11:10:29 +0000 (11:10 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 25 Apr 2019 11:36:23 +0000 (11:36 +0000)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Koha/Account/Line.pm

index aba3183..54ca0a3 100644 (file)
@@ -73,7 +73,7 @@ sub checkout {
 
   $payment_accountline->void();
 
-Used to 'void' (or reverse) a payment/credit. It will role back any offsets
+Used to 'void' (or reverse) a payment/credit. It will roll back any offsets
 created by the application of this credit upon any debits and mark the credit
 as 'void' by updating it's status to "VOID".