]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DATEV.pm
DATEV: Typos
[mfinanz.git] / SL / DATEV.pm
index 9418c483970ab13993bffb6b9a633766ed17c059..00e0aa3b7e30cc3cd2e59a418d6788029961513d 100644 (file)
@@ -1397,7 +1397,7 @@ sub csv_buchungsexport {
     foreach my $column (@csv_columns) {
       if (exists $column->{max_length} && $column->{kivi_datev_name} ne 'not yet implemented') {
         # check max length
-        die "Incorrect lenght of field" if length($row->{ $column->{kivi_datev_name} }) > $column->{max_length};
+        die "Incorrect length of field" if length($row->{ $column->{kivi_datev_name} }) > $column->{max_length};
       }
       if (exists $column->{valid_check} && $column->{kivi_datev_name} ne 'not yet implemented') {
         # more checks, listed as user warnings