all: fix spelling errors

Signed-off-by: Walter Werner SCHNEIDER <contact@schnwalter.eu>
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Walter Werner SCHNEIDER
2020-12-17 05:51:23 +02:00
committed by Elias Naur
parent 83d23ab507
commit fd2d96adfc
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ func TestRepeatedPaintsZ(t *testing.T) {
}
func TestNoClipFromPaint(t *testing.T) {
// ensure that a paint operation does not polute the state
// ensure that a paint operation does not pollute the state
// by leaving any clip paths in place.
run(t, func(o *op.Ops) {
a := f32.Affine2D{}.Rotate(f32.Pt(20, 20), math.Pi/4)