From 55cf43c3e5c88980f80aa7b74cd4dc1cb30d0645 Mon Sep 17 00:00:00 2001 From: David Eberlein Date: Tue, 16 Apr 2013 09:07:04 +0200 Subject: [PATCH] BUGFIX: Fixed typo --- auto_tests/tests/range_selector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_tests/tests/range_selector.js b/auto_tests/tests/range_selector.js index 4772a47..34e3574 100644 --- a/auto_tests/tests/range_selector.js +++ b/auto_tests/tests/range_selector.js @@ -336,7 +336,7 @@ RangeSelectorTestCase.prototype.testRangeSelectorPositionIfXAxisNotDrawn = funct var g = new Dygraph(graph, data, opts); //assert, that the range selector is at top position 70 since the 30px of the - // xAxis shouldn't be resevered since it isn't drawn. + // xAxis shouldn't be reserved since it isn't drawn. this.assertGraphExistence(g, graph); var bgcanvas = graph.getElementsByClassName('dygraph-rangesel-bgcanvas')[0]; assertEquals("Range selector is not at the expected position.","70px", bgcanvas.style.top); -- 2.7.4