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/js
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2017-08-05 19:51:31 +0300
committerStefan Giehl <stefan@piwik.org>2017-08-05 19:51:31 +0300
commit762b006236ef21ce9a5c9248cf6cf35133838a49 (patch)
tree4c1234866812a1195717023c4e4d675fe9a3f2c2 /js
parent7809ca4d37a71da04d30ea7bb0f6189afe1ec1bd (diff)
Fix two typos in js/piwik.js (#11937)
Diffstat (limited to 'js')
-rw-r--r--js/piwik.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/piwik.js b/js/piwik.js
index 4f9fbfd77b..e9596d3cdc 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -1198,7 +1198,7 @@ if (typeof window.Piwik !== 'object') {
var isStaticPluginCall = isString(f) && f.indexOf('::') > 0;
if (isStaticPluginCall) {
- // a static method will not be called on a tracker and is not dependent on the existance of a
+ // a static method will not be called on a tracker and is not dependent on the existence of a
// tracker etc
fParts = f.split('::');
context = fParts[0];
@@ -7307,7 +7307,7 @@ if (typeof window.Piwik !== 'object') {
}
if (!siteId && !piwikUrl) {
- // for BC and by default we just return the initally created tracker
+ // for BC and by default we just return the initially created tracker
return firstTracker;
}