From f213d666e23ce2fd5f94cc420463b1e2e1b8d4c1 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Wed, 30 Dec 2020 16:46:01 +0100 Subject: [PATCH] fix typo Signed-off-by: Michael Kaufmann --- install/updates/froxlor/0.10/update_0.10.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/updates/froxlor/0.10/update_0.10.inc.php b/install/updates/froxlor/0.10/update_0.10.inc.php index 7c5c57d1..101c65e2 100644 --- a/install/updates/froxlor/0.10/update_0.10.inc.php +++ b/install/updates/froxlor/0.10/update_0.10.inc.php @@ -705,7 +705,7 @@ if (\Froxlor\Froxlor::isFroxlorVersion('0.10.23')) { if (\Froxlor\Froxlor::isDatabaseVersion('202009070')) { - showUpdateStep("Adding setting to hide imcompatible settings", true); + showUpdateStep("Adding setting to hide incompatible settings", true); Settings::AddNew("system.hide_incompatible_settings", '0'); lastStepStatus(0);