Skip to content

Commit c677e78

Browse files
committed
Correct typo in error message
1 parent 6d9089e commit c677e78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/appfat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ void InsertCDDlg(const char *fileName)
115115
"Make sure that it is in the game folder and that the file name is in all lowercase.",
116116
fileName);
117117

118-
UiErrorOkDialog("Date File Error", text);
118+
UiErrorOkDialog("Data File Error", text);
119119
app_fatal(NULL);
120120
}
121121

0 commit comments

Comments
 (0)