From c08cd6a18394b758403faf3ae79e1974903d67f2 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 28 Jan 2020 09:36:48 +0100 Subject: [PATCH] fix typo --- inc/inc.ClassSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/inc.ClassSettings.php b/inc/inc.ClassSettings.php index 26206d127..c6d226963 100644 --- a/inc/inc.ClassSettings.php +++ b/inc/inc.ClassSettings.php @@ -316,7 +316,7 @@ class Settings { /* {{{ */ // Load config file if (!defined("SEEDDMS_INSTALL")) { if(!file_exists($configFilePath)) { - echo "You does not seem to have a valid configuration. Run the install tool first."; + echo "You do not seem to have a valid configuration. Run the install tool first."; exit; } }