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 'plugins/PrivacyManager/DoNotTrackHeaderChecker.php')
-rw-r--r--plugins/PrivacyManager/DoNotTrackHeaderChecker.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PrivacyManager/DoNotTrackHeaderChecker.php b/plugins/PrivacyManager/DoNotTrackHeaderChecker.php
index e5311a5057..36eb75554e 100644
--- a/plugins/PrivacyManager/DoNotTrackHeaderChecker.php
+++ b/plugins/PrivacyManager/DoNotTrackHeaderChecker.php
@@ -49,7 +49,7 @@ class DoNotTrackHeaderChecker
// /.well-known/dnt
// per Tracking Preference Expression
- //Tracking Perference Expression has been updated to require Tk: N rather than Tk: 1
+ //Tracking Preference Expression has been updated to require Tk: N rather than Tk: 1
Common::sendHeader('Tk: N');
}
}