summaryrefslogtreecommitdiff
path: root/src/scaladoc/scala
diff options
context:
space:
mode:
authorPim Verkerk <pimverkerk@hotmail.com>2016-03-18 14:22:07 +0100
committerDavid Hoepelman <david.hoepelman@ordina.nl>2016-03-25 11:50:00 +0100
commitcc9eb7195409452ec65a2430ec78e53ba8c2480c (patch)
tree864afb2592b10045f7da9727954fd9b4f64c45fa /src/scaladoc/scala
parent6173274e2731a69a92b2371662959eaf89dd6836 (diff)
downloadscala-cc9eb7195409452ec65a2430ec78e53ba8c2480c.tar.gz
scala-cc9eb7195409452ec65a2430ec78e53ba8c2480c.tar.bz2
scala-cc9eb7195409452ec65a2430ec78e53ba8c2480c.zip
Fixed Typo in scaladoc scheduler.js
Diffstat (limited to 'src/scaladoc/scala')
-rw-r--r--src/scaladoc/scala/tools/nsc/doc/html/resource/lib/scheduler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/scheduler.js b/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/scheduler.js
index 750c9099fd..52fb1770ee 100644
--- a/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/scheduler.js
+++ b/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/scheduler.js
@@ -5,7 +5,7 @@ function Scheduler() {
var scheduler = this;
var resolution = 0;
this.timeout = undefined;
- this.queues = new Array(0); // an array of work pacakges indexed by index in the labels table.
+ this.queues = new Array(0); // an array of work packages indexed by index in the labels table.
this.labels = new Array(0); // an indexed array of labels indexed by priority. This should be short.
this.label = function(name, priority) {