From db41c485dea64e7b037732a5d5f18638acd86e6b Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Sat, 5 Jun 2021 02:51:24 +0200 Subject: [PATCH] fix desc --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index f034321..68bb353 100644 --- a/src/config.c +++ b/src/config.c @@ -280,7 +280,7 @@ static void cfg_create_ini() "; Possible values: 0 = disabled, 1 = save to global 'ddraw' section, 2 = save to game specific section\n" "savesettings=1\n" "\n" - "; Should the window be resizeable by the user in windowed mode?\n" + "; Should the window be resizable by the user in windowed mode?\n" "resizable=true\n" "\n" "; Enable linear (D3DTEXF_LINEAR) upscaling filter for the direct3d9 renderer (16 bit color depth games only)\n"