diff --git a/logfiles_viewer.php b/logfiles_viewer.php index 3226d25a..639d9047 100644 --- a/logfiles_viewer.php +++ b/logfiles_viewer.php @@ -80,6 +80,6 @@ if (function_exists('exec')) { if (AREA == 'admin') { dynamic_error('You need to allow the exec() function in the froxlor-vhost php-config'); } else { - dynamic_error('Required function exec() is not allowed. Pllease contact the system administrator.'); + dynamic_error('Required function exec() is not allowed. Please contact the system administrator.'); } }