From 7edb5716b7da07351a3d7ee6b77b73f3349f25c0 Mon Sep 17 00:00:00 2001 From: nythepegasus Date: Mon, 6 May 2024 20:29:55 -0400 Subject: [PATCH] Fix typo --- AltStore/My Apps/MyAppsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltStore/My Apps/MyAppsViewController.swift b/AltStore/My Apps/MyAppsViewController.swift index 3a3cb08c..f5e5155a 100644 --- a/AltStore/My Apps/MyAppsViewController.swift +++ b/AltStore/My Apps/MyAppsViewController.swift @@ -1129,7 +1129,7 @@ private extension MyAppsViewController } catch { - print("Failed to activate app:", error) + print("Failed to deactivate app:", error) DispatchQueue.main.async { installedApp.isActive = true