From c677e783c5aba0dfb39e2dd0e9f6a1d7a5f27d73 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Mon, 9 Mar 2020 01:37:54 +0100 Subject: [PATCH] Correct typo in error message --- Source/appfat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/appfat.cpp b/Source/appfat.cpp index 231152285..d9c2b5bf7 100644 --- a/Source/appfat.cpp +++ b/Source/appfat.cpp @@ -115,7 +115,7 @@ void InsertCDDlg(const char *fileName) "Make sure that it is in the game folder and that the file name is in all lowercase.", fileName); - UiErrorOkDialog("Date File Error", text); + UiErrorOkDialog("Data File Error", text); app_fatal(NULL); }