spelling: calculate

This commit is contained in:
Josh Soref 2016-03-14 05:44:27 +00:00
parent 991cd3d380
commit 3c68203c6d
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ func (bc *MBarChart) layout() {
for i := 0; i < bc.numStack; i++ {
bc.dataNum[i] = make([][]rune, len(bc.Data[i]))
//For each stack of bar calcualte the rune
//For each stack of bar calculate the rune
for j := 0; j < LabelLen && i < bc.numBar; j++ {
n := bc.Data[i][j]
s := fmt.Sprint(n)