From 68f37bc7fd4fdce4c25d921ef63b9cebb3d0d6d5 Mon Sep 17 00:00:00 2001 From: Vivek Murali <45914640+vivekmurali@users.noreply.github.com> Date: Sun, 24 Apr 2022 08:44:18 +0530 Subject: [PATCH] vector: fix spelling error in vector/path.go (#2078) --- vector/path.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/path.go b/vector/path.go index a3e9b993bcf4..f32c375bf744 100644 --- a/vector/path.go +++ b/vector/path.go @@ -23,7 +23,7 @@ import ( "github.com/hajimehoshi/ebiten/v2" ) -// Direction represents clockwise or countercolockwise. +// Direction represents clockwise or counterclockwise. type Direction int const (