From d5c5d598c68afec841e56f72efe23e3d7158ea94 Mon Sep 17 00:00:00 2001 From: AtelierWindows Date: Thu, 11 Jul 2019 19:43:12 +1200 Subject: [PATCH] Fix shitty spelling --- app/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }