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
diff options
context:
space:
mode:
Diffstat (limited to 'core/bootstrap.php')
-rw-r--r--core/bootstrap.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/bootstrap.php b/core/bootstrap.php
index 2e46069641..c777270728 100644
--- a/core/bootstrap.php
+++ b/core/bootstrap.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
@@ -46,7 +46,7 @@ require_once PIWIK_VENDOR_PATH . '/autoload.php';
\Piwik\Plugin\Manager::initPluginDirectories();
/**
- * Eaccelerator does not support closures and is known to be not comptabile with Piwik. Therefore we are disabling
+ * Eaccelerator does not support closures and is known to be not compatible with Piwik. Therefore we are disabling
* it automatically. At this point it looks like Eaccelerator is no longer under development and the bug has not
* been fixed within a year.
*