From 240662ee39f70e6a004d96e1dcc23854f5f05638 Mon Sep 17 00:00:00 2001 From: "Miso Zmiric (Mike Squinter)" Date: Thu, 8 May 2014 19:55:35 +0100 Subject: [PATCH] another typo fixed :) --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index 125aa5123e..fbff88735c 100644 --- a/src/config.c +++ b/src/config.c @@ -221,7 +221,7 @@ static void config_create_default(char *path) FILE* fp; if (!config_find_rct2_path(gConfig.game_path)) { - MessageBox(NULL, "Unable to find RCT2 installation directory. Please select the directoy where you installed RCT2!", "OpenRCT2", MB_OK); + MessageBox(NULL, "Unable to find RCT2 installation directory. Please select the directory where you installed RCT2!", "OpenRCT2", MB_OK); char *res = directory_browser(); strcpy(gConfig.game_path, res); }