Fix shitty spelling

This commit is contained in:
AtelierWindows 2019-07-11 19:43:12 +12:00
parent b9351bb862
commit d5c5d598c6
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ void restore()
{
psvDebugScreenClear();
if(getFileSize("ur0:/vs0-orig.img") < 0){
psvDebugScreenPrintf("ur0:/vs0-orig.img MISSING, cannot restore\nIf you must go back,\nEeinstall your firmware w official updater");
psvDebugScreenPrintf("ur0:/vs0-orig.img MISSING, cannot restore\nIf you must go back,\nReinstall your firmware w official updater");
sceKernelDelayThread(10000000);
sceKernelExitProcess(0);
}