spelling: previous

This commit is contained in:
Josh Soref 2016-03-14 05:48:48 +00:00
parent 10586d407b
commit 23118e571a
1 changed files with 1 additions and 1 deletions

View File

@ -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