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:
authorFabian Becker <halfdan@xnorfz.de>2013-02-06 19:44:59 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-02-06 19:44:59 +0400
commit483bfcb717aea5130e6aa64edbf476d18dd14019 (patch)
treef6fdbd980c58f55e8f3ad81f28c8686667871f60 /core/ScheduledTask.php
parent84a2e9e92e909fa7d60abfde6c78e4f79ded4c6b (diff)
Fix typo in comment.
Diffstat (limited to 'core/ScheduledTask.php')
-rw-r--r--core/ScheduledTask.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ScheduledTask.php b/core/ScheduledTask.php
index 6cb2b7593f..689f835d8e 100644
--- a/core/ScheduledTask.php
+++ b/core/ScheduledTask.php
@@ -122,7 +122,7 @@ class Piwik_ScheduledTask
}
/**
- * Return the rescheduled time in miliseconds
+ * Return the rescheduled time in milliseconds
* @return int
*/
public function getRescheduledTime()