spelling: computed

This commit is contained in:
Josh Soref 2016-03-14 05:45:57 +00:00
parent 058b18fae8
commit 552d4fdbed
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ func (r *Row) assignWidth(w int) {
accW := 0 // acc span and offset
calcW := make([]int, len(r.Cols)) // calculated width
calcOftX := make([]int, len(r.Cols)) // computated start position of x
calcOftX := make([]int, len(r.Cols)) // computed start position of x
for i, c := range r.Cols {
accW += c.Span + c.Offset