From 234f29e5f6e1cef16738152526f2b7bbd8bfcba4 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 21 Jan 2019 11:22:35 +0900 Subject: [PATCH] graphics: Misspelling --- image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image.go b/image.go index 8b0860fb1..95794542d 100644 --- a/image.go +++ b/image.go @@ -219,7 +219,7 @@ func (i *Image) disposeMipmaps() { // // * All render targets are same (A in A.DrawImage(B, op)) // * Either all ColorM element values are same or all the ColorM have only diagonal ('scale') elements -// * (*ColorM).Scale modified only diagonal elements. Other ColorM funcitons might modify the other elements. +// * (*ColorM).Scale modifies only diagonal elements. Other ColorM funcitons might modify the other elements. // * All CompositeMode values are same // * All Filter values are same //