From 661d8cf43778d579160765a8f03bbe09ece6c47b Mon Sep 17 00:00:00 2001 From: Kuhan Muniam Date: Sun, 18 Aug 2013 15:41:32 -0700 Subject: [PATCH] fixed minor spelling --- curvedLines.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curvedLines.js b/curvedLines.js index 54477d2..65ba536 100644 --- a/curvedLines.js +++ b/curvedLines.js @@ -114,7 +114,7 @@ if (series.lines.fill) { var pointsTop = calculateCurvePoints(datapoints, series.curvedLines, 1) - ,pointsBottom = calculateCurvePoints(datapoints, series.curvedLines, 2); //flot makes sur for us that we've got a second y point if fill is true ! + ,pointsBottom = calculateCurvePoints(datapoints, series.curvedLines, 2); //flot makes sure for us that we've got a second y point if fill is true ! //Merge top and bottom curve datapoints.pointsize = 3;