From d1a5a161d7f9100deaa63141a118991009a58ac7 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 8 Jan 2022 23:33:59 +0900 Subject: [PATCH] internal/atlas: typo --- internal/atlas/image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/atlas/image.go b/internal/atlas/image.go index 2dbaefa9e..01ee3117d 100644 --- a/internal/atlas/image.go +++ b/internal/atlas/image.go @@ -216,7 +216,7 @@ func init() { backendsM.Lock() } -// Image is a renctangle pixel set that might be on an atlas. +// Image is a rectangle pixel set that might be on an atlas. type Image struct { width int height int