Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2016-05-05 23:57:22 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2016-05-05 23:57:22 +0300
commit3e38fdf9546de1dc499799aac5008cd45de19ac4 (patch)
tree0605d269894ef9fd8572447a1891765dc63caa51 /config
parent714f7c13849267707cab7c72539c33437858a11c (diff)
Fix some typos in comments (found by codespell) (#10120)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 463c166a4c..49af421534 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -304,7 +304,7 @@ minimum_mysql_version = 4.1
; PostgreSQL minimum required version
minimum_pgsql_version = 8.3
-; Minimum adviced memory limit in php.ini file (see memory_limit value)
+; Minimum advised memory limit in php.ini file (see memory_limit value)
minimum_memory_limit = 128
; Minimum memory limit enforced when archived via ./console core:archive
@@ -516,7 +516,7 @@ overlay_disable_framed_mode = 0
enable_custom_logo_check = 1
; If php is running in a chroot environment, when trying to import CSV files with createTableFromCSVFile(),
-; Mysql will try to load the chrooted path (which is imcomplete). To prevent an error, here you can specify the
+; Mysql will try to load the chrooted path (which is incomplete). To prevent an error, here you can specify the
; absolute path to the chroot environment. eg. '/path/to/piwik/chrooted/'
absolute_chroot_path =