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/libs
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2016-04-11 02:29:06 +0300
committermattab <matthieu.aubry@gmail.com>2016-04-11 02:29:06 +0300
commit9aec9b321e7b37eff843934feca3d4347723987c (patch)
tree6ea8451842563a9a97e8a3e86294ff3e5da5cd6c /libs
parentd2f83c70ed5bff6b9be7cf98a59bdc124dbe3d00 (diff)
Fix typo "correctly"
Diffstat (limited to 'libs')
-rw-r--r--libs/jqplot/jqplot.core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/jqplot/jqplot.core.js b/libs/jqplot/jqplot.core.js
index 0c2d857bdd..8b6ca680f6 100644
--- a/libs/jqplot/jqplot.core.js
+++ b/libs/jqplot/jqplot.core.js
@@ -1804,7 +1804,7 @@
// prop: drawIfHidden
// True to execute the draw method even if the plot target is hidden.
// Generally, this should be false. Most plot elements will not be sized/
- // positioned correclty if renderered into a hidden container. To render into
+ // positioned correctly if renderered into a hidden container. To render into
// a hidden container, call the replot method when the container is shown.
this.drawIfHidden = false;
this.eventCanvas = new $.jqplot.GenericCanvas();