mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Fix typo
This commit is contained in:
parent
b054f1d6e0
commit
bab45ec601
@ -241,7 +241,7 @@ bool LoadFile(std::string &filename, std::string *error_string) {
|
||||
break;
|
||||
|
||||
case FILETYPE_ISO_MODE2:
|
||||
*error_string = "PSX game image deteced.";
|
||||
*error_string = "PSX game image detected.";
|
||||
break;
|
||||
|
||||
case FILETYPE_NORMAL_DIRECTORY:
|
||||
|
Loading…
Reference in New Issue
Block a user