summaryrefslogtreecommitdiff
path: root/www/analyzer/scripts/expandcollapse.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/analyzer/scripts/expandcollapse.js')
-rw-r--r--www/analyzer/scripts/expandcollapse.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/analyzer/scripts/expandcollapse.js b/www/analyzer/scripts/expandcollapse.js
index 593a9831c8b07..c3ae2864670eb 100644
--- a/www/analyzer/scripts/expandcollapse.js
+++ b/www/analyzer/scripts/expandcollapse.js
@@ -81,7 +81,7 @@ function initExpandCollapse() {
expander.onclick = function() {
expandCollapse(this.id);
// Hack for Opera - onmouseout callback is not invoked when page
- // content changes dinamically and mouse pointer goes out of an element.
+ // content changes dynamically and mouse pointer goes out of an element.
this.src = imgPath +
(getCellInfo(this.id).expanded ? "arrows_light.gif"
: "ellipses_light.gif");