diff --git a/public_html/deployment/inc_functions.php b/public_html/deployment/inc_functions.php index 17d699b53c0e14581fa49cfed7cfe621f8486e50..53cb539ec6617cc7bfd7ac23e873b4cb63eefdaa 100644 --- a/public_html/deployment/inc_functions.php +++ b/public_html/deployment/inc_functions.php @@ -33,7 +33,7 @@ $aParams = array(); 'archiveDir', ) as $sKey){ if (!is_dir($aConfig[$sKey])){ - $aErrors[]="* \$aConfig['$sKey'] pints to a non existing directory (".$aConfig[$sKey].").\n"; + $aErrors[]="* \$aConfig['$sKey'] points to a non existing directory (".$aConfig[$sKey].").\n"; } else { if (!is_writable($aConfig[$sKey])){ $aErrors[]="* \$aConfig['$sKey'] = ".$aConfig[$sKey]." is NOT writable.\n";