From 19f757d987fce42ff76840807c6edbf9e70a3169 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Thu, 14 Oct 2021 18:18:00 +0200 Subject: [PATCH] spellcheck test --- SL/Controller/CsvImport/Base.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Controller/CsvImport/Base.pm b/SL/Controller/CsvImport/Base.pm index 4f718f729..0a3ec969d 100644 --- a/SL/Controller/CsvImport/Base.pm +++ b/SL/Controller/CsvImport/Base.pm @@ -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; } -- 2.20.1