From 791d070c5c2b47e5f773e90d8375c1442a4453cd Mon Sep 17 00:00:00 2001 From: iCrazeiOS Date: Tue, 11 Oct 2022 22:26:06 +0100 Subject: [PATCH] fixed typos --- TrollStore/TSApplicationsManager.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrollStore/TSApplicationsManager.m b/TrollStore/TSApplicationsManager.m index ef00d18..652c051 100644 --- a/TrollStore/TSApplicationsManager.m +++ b/TrollStore/TSApplicationsManager.m @@ -95,7 +95,7 @@ errorDescription = @"The app is not signed with a fake CoreTrust certificate and ldid is not installed. Install ldid in the settings tab and try again."; break; case 174: - errorDescription = @"The app's main executable does not exists."; + errorDescription = @"The app's main executable does not exist."; break; case 175: errorDescription = @"Failed to sign the app. ldid returned a non zero status code.";