From 336bb055df30042cbc83f72c5bbe877e36a07599 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Sun, 14 Oct 2018 21:12:41 +0200 Subject: [PATCH] typos --- modules/statistics/config-templates/module_statistics.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/statistics/config-templates/module_statistics.php b/modules/statistics/config-templates/module_statistics.php index eb582159f..143494418 100644 --- a/modules/statistics/config-templates/module_statistics.php +++ b/modules/statistics/config-templates/module_statistics.php @@ -42,8 +42,8 @@ $config = array( 'cron_tag' => 'daily', /* - * Set max running time for this script. This is also controlle by max_execution_time in php.ini - * and is defalut set to 30 sec. Your web server can have other timeout configurations that may + * Set max running time for this script. This is also controlled by max_execution_time in php.ini + * and is set to 30 sec by default. Your web server can have other timeout configurations that may * also interrupt PHP execution. Apache has a Timeout directive and IIS has a * CGI timeout function. Both default to 300 seconds. */ -- GitLab