Typo
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 3 Mar 2011 08:05:32 +0000 (09:05 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 16 Jun 2011 07:30:00 +0000 (09:30 +0200)
SL/Controller/CsvImport/Base.pm

index a52201b..9921cc9 100644 (file)
@@ -48,7 +48,7 @@ sub run {
 
   $self->check_objects;
   $self->check_duplicates if $self->controller->profile->get('duplicates', 'no_check') ne 'no_check';
-  $self->fix_field_lenghts;
+  $self->fix_field_lengths;
 }
 
 sub add_columns {
@@ -248,7 +248,7 @@ sub field_lengths {
   return ();
 }
 
-sub fix_field_lenghts {
+sub fix_field_lengths {
   my ($self) = @_;
 
   my %field_lengths = $self->field_lengths;