X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Finstallation_check.pl;h=d32951b70293e5c8f4cd7c52524d25cc0bc563e6;hb=a1f105327081e1bf4b139f531a158136d55b1f8c;hp=43b290a35322b9e56f35304b8046496270cb77b0;hpb=d951ddcd0b690f250d5b0872ad76dc43f5f46ab4;p=kivitendo-erp.git diff --git a/scripts/installation_check.pl b/scripts/installation_check.pl index 43b290a35..d32951b70 100755 --- a/scripts/installation_check.pl +++ b/scripts/installation_check.pl @@ -78,7 +78,7 @@ if ($check{a}) { $| = 1; if (!SL::LxOfficeConf->read(undef, 'may fail')) { - print_header('Could not load the config file. If you have dependancies from any features enabled in the configuration these will still show up as optional because of this. Please rerun this script after installing the dependancies needed to load the cofiguration.') + print_header('Could not load the config file. If you have dependancies from any features enabled in the configuration these will still show up as optional because of this. Please rerun this script after installing the dependancies needed to load the configuration.') } else { SL::InstallationCheck::check_for_conditional_dependencies(); }