From 9ea399e7ccdba7f3b10b0e9fc51ae4eef15739d9 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 20 Jul 2022 01:24:08 +0900 Subject: [PATCH] internal/graphicsdriver/directx: typo --- internal/graphicsdriver/directx/graphics_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/graphicsdriver/directx/graphics_windows.go b/internal/graphicsdriver/directx/graphics_windows.go index 4c98356df..dad7fd79d 100644 --- a/internal/graphicsdriver/directx/graphics_windows.go +++ b/internal/graphicsdriver/directx/graphics_windows.go @@ -286,7 +286,7 @@ func (g *Graphics) initializeDesktop(useWARP bool, useDebugLayer bool) (ferr err return err } - // GetOpyableFootprints might return an invalid value with Wine (#2114). + // GetCopyableFootprints might return an invalid value with Wine (#2114). // To check this early, call NewImage here. i, err := g.NewImage(1, 1) if err != nil {