diff --git a/windows/types_windows.go b/windows/types_windows.go index 4d0402a3..141ca81b 100644 --- a/windows/types_windows.go +++ b/windows/types_windows.go @@ -1453,7 +1453,7 @@ type SmallRect struct { Bottom int16 } -// Used with GetConsoleScreenBuffer to retreive information about a console +// Used with GetConsoleScreenBuffer to retrieve information about a console // screen buffer. See // https://docs.microsoft.com/en-us/windows/console/console-screen-buffer-info-str // for details.