]> wagnertech.de Git - mfinanz.git/commitdiff
Typos in Doku
authorG. Richardson <information@kivitendo-premium.de>
Thu, 2 Feb 2017 14:17:38 +0000 (15:17 +0100)
committerG. Richardson <information@kivitendo-premium.de>
Mon, 6 Feb 2017 09:13:17 +0000 (10:13 +0100)
SL/DB/Helper/IBANValidation.pm

index 651b2e608edabd4600a32efff7428806c067f3e7..1336c835d84deecd87db637f72c6f3cb2367e4e4 100644 (file)
@@ -82,12 +82,12 @@ SL::DB::Helper::IBANValidation - Mixin for validating IBAN attributes
     return @errors;
   }
 
     return @errors;
   }
 
-This mixin provides a function C<validate_ibans> that returns an list
+This mixin provides a function C<validate_ibans> that returns a list
 of error messages, one for each attribute that fails the IBAN
 validation. If all attributes are valid or empty then an empty list
 is returned.
 
 of error messages, one for each attribute that fails the IBAN
 validation. If all attributes are valid or empty then an empty list
 is returned.
 
-The names of attributes to check can be given as a import list to the
+The names of attributes to check can be given as an import list to the
 mixin package. If no attributes are given the single attribute C<iban>
 is used.
 
 mixin package. If no attributes are given the single attribute C<iban>
 is used.