]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/CsvImport/Base.pm
spellcheck test
[kivitendo-erp.git] / SL / Controller / CsvImport / Base.pm
index 4f718f72903d8db0c236c70c922b085c048e982c..0a3ec969d6cd1f177e8341d28136456383d1ff2a 100644 (file)
@@ -610,7 +610,7 @@ sub save_additions_always {
   # Can be overridden by derived specialized importer classes to save
   # additional tables always.
   # This sub is called before the object is saved. Therefore this
-  # hook will always be executed wether or not the import entry can be saved successfully.
+  # hook will always be executed whether or not the import entry can be saved successfully.
 
   return;
 }