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:
authormattab <matthieu.aubry@gmail.com>2015-03-12 00:18:53 +0300
committermattab <matthieu.aubry@gmail.com>2015-03-12 00:18:53 +0300
commit9ff8200966b3b10a457f17b0ce926aa6c0b23954 (patch)
treefc9bee4d32ed2794cc6b0d27e7e3aadc59ea3b4a
parent34145a89069064b194a59676fa02871fdbbeb32c (diff)
Fix typo fixes #7412
-rw-r--r--lang/en.json2
-rw-r--r--plugins/Live/API.php2
-rw-r--r--plugins/Login/lang/en.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/en.json b/lang/en.json
index c4e01d25a7..d01b3f38a1 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -454,7 +454,7 @@
"Yesterday": "Yesterday",
"YouAreCurrentlyUsing": "You are currently using Piwik %s.",
"YouAreViewingDemoShortMessage": "You are currently viewing the demo of Piwik",
- "YouMustBeLoggedIn": "You must be logged in to access this functionnality.",
+ "YouMustBeLoggedIn": "You must be logged in to access this functionality.",
"YourChangesHaveBeenSaved": "Your changes have been saved."
},
"Mobile": {
diff --git a/plugins/Live/API.php b/plugins/Live/API.php
index 9fc5b82b16..68d7819aa6 100644
--- a/plugins/Live/API.php
+++ b/plugins/Live/API.php
@@ -113,7 +113,7 @@ class API extends \Piwik\Plugin\API
}
/**
- * The same functionnality can be obtained using segment=visitorId==$visitorId with getLastVisitsDetails
+ * The same functionality can be obtained using segment=visitorId==$visitorId with getLastVisitsDetails
*
* @deprecated
* @ignore
diff --git a/plugins/Login/lang/en.json b/plugins/Login/lang/en.json
index d43d85c212..3164a4bbcd 100644
--- a/plugins/Login/lang/en.json
+++ b/plugins/Login/lang/en.json
@@ -16,7 +16,7 @@
"PasswordChanged": "Your password has been changed.",
"PasswordRepeat": "Password (repeat)",
"PasswordsDoNotMatch": "Passwords do not match.",
- "PluginDescription": "Provides authentication via username and password as well as password reset functionnality. Authentication method can be changed by using another Login plugin such as LoginLdap available on the Marketplace.",
+ "PluginDescription": "Provides authentication via username and password as well as password reset functionality. Authentication method can be changed by using another Login plugin such as LoginLdap available on the Marketplace.",
"RememberMe": "Remember Me",
"ResetPasswordInstructions": "Enter a new password for your account."
}