Bug 1023019 - Fix 'grpah' comment typo in Chart.jsm, r=pbrosset

This commit is contained in:
Victor Porof 2014-06-10 11:01:50 -04:00
parent c5b9892a3c
commit 2947be7225

View File

@ -511,7 +511,7 @@ AbstractCanvasGraph.prototype = {
let ctx = this._ctx;
ctx.clearRect(0, 0, this._width, this._height);
// Draw the grpah underneath the cursor and selection.
// Draw the graph underneath the cursor and selection.
if (this.hasData()) {
ctx.drawImage(this._cachedGraphImage, 0, 0, this._width, this._height);
}