mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix typo
This commit is contained in:
parent
b054f1d6e0
commit
bab45ec601
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue