Skip to content

Commit a1e683c

Browse files
spelling error
1 parent 876b630 commit a1e683c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exp/util/drawText.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func (t *Text) Draw(sz size.Event, x, y int, scaleX, scaleY geom.Pt, s string) {
5959
// split string by newline
6060
lines := strings.Split(s, "\n")
6161

62-
// draw each string on a seperate line
62+
// draw each string on a separate line
6363
for i, v := range lines {
6464
drawText(t.m.RGBA, int(geom.Pt(x)/scaleX), int(geom.Pt(y)/scaleY)+i*10, v)
6565
}

0 commit comments

Comments
 (0)