From 23118e571abfa540dd6e33b4f400160b0241f2e6 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 14 Mar 2016 05:48:48 +0000 Subject: [PATCH] spelling: previous --- mbarchart.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbarchart.go b/mbarchart.go index ff86ed4..0ce6c45 100644 --- a/mbarchart.go +++ b/mbarchart.go @@ -96,7 +96,7 @@ func (bc *MBarChart) layout() { s := fmt.Sprint(n) bc.dataNum[i][j] = trimStr2Runes(s, bc.BarWidth) } - //If color is not defined by default then populate a color that is different from the prevous bar + //If color is not defined by default then populate a color that is different from the previous bar if bc.BarColor[i] == ColorDefault && bc.NumColor[i] == ColorDefault { if i == 0 { bc.BarColor[i] = ColorBlack