From 7e1d5659d49ea4407f4e351852c275aa3fcc9f86 Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Thu, 3 Jan 2013 18:14:32 -0500 Subject: [PATCH] Fix minor typo. --- plugins/axes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/axes.js b/plugins/axes.js index 02f621f..e74f289 100644 --- a/plugins/axes.js +++ b/plugins/axes.js @@ -133,7 +133,7 @@ axes.prototype.willDrawChart = function(e) { var makeDiv = function(txt, axis, prec_axis) { /* - * This seems to be called with the following three sets of axis/perc_axis: + * This seems to be called with the following three sets of axis/prec_axis: * x: undefined * y: y1 * y: y2 -- 2.7.4