DATEV: Typos
authorG. Richardson <grichardson@kivitec.de>
Mon, 2 Oct 2017 07:44:18 +0000 (09:44 +0200)
committerG. Richardson <grichardson@kivitec.de>
Mon, 2 Oct 2017 07:48:29 +0000 (09:48 +0200)
SL/DATEV.pm
SL/DATEV/CSV.pm

index 9418c48..00e0aa3 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
index 9792d83..4dfa06b 100644 (file)
@@ -243,7 +243,7 @@ sub generate_csv_header {
   my $length_of_accounts = length(SL::DB::Manager::Chart->get_first(where => [charttype => 'A'])->accno) // 4;
   my $default_curr       = SL::DB::Default->get_default_currency;
 
-  # datev metadata and the string lenght limits
+  # datev metadata and the string length limits
   my %meta_datev;
   my %meta_datev_to_valid_length = (
     beraternr   =>  7,