From b8b624ade7feecba2b32f1f9baabf5eb04d78cc1 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Fri, 11 Aug 2023 19:05:11 +0200 Subject: [PATCH] fix comment --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index bf7c518..c56f05e 100644 --- a/src/config.c +++ b/src/config.c @@ -337,7 +337,7 @@ static void cfg_create_ini() "singlecpu=true\n" "\n" "; Available resolutions, possible values: 0 = Small list, 1 = Very small list, 2 = Full list\n" - "; Note: Set this to 2 if your chosen resolution is not working or does not shpw up in the list\n" + "; Note: Set this to 2 if your chosen resolution is not working or does not show up in the list\n" "; Note: Set this to 1 if the game is crashing\n" "resolutions=0\n" "\n"