Skip to content

Commit

Permalink
Correct typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo committed Mar 9, 2020
1 parent 6d9089e commit c677e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/appfat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit c677e78

Please sign in to comment.