From d601d113a8beededa278e49cd4d338a80c8f4218 Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Mon, 5 Jun 2023 00:05:33 -0400 Subject: [PATCH] Fix a typo --- src/win/win_sdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win/win_sdl.c b/src/win/win_sdl.c index 90ff59620..cae5f8147 100644 --- a/src/win/win_sdl.c +++ b/src/win/win_sdl.c @@ -10,7 +10,7 @@ * * NOTE: Given all the problems reported with FULLSCREEN use of SDL, * we will not use that, but, instead, use a new window which - * coverrs the entire desktop. + * covers the entire desktop. * * *