diff --git a/app/src/main.c b/app/src/main.c index ce03a52..df52a5c 100644 --- a/app/src/main.c +++ b/app/src/main.c @@ -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); }