From 891292c2d6cf5dc0d6a20b724f6b8ba32ff0bbab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taj=20=E2=80=A2=20forcequitOS?= <62081155+forcequitOS@users.noreply.github.com> Date: Sat, 2 May 2026 14:43:24 -0400 Subject: [PATCH] Spelling fix :p --- TrollStore/TSSettingsListController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TrollStore/TSSettingsListController.m b/TrollStore/TSSettingsListController.m index 3a04a42..ab82e62 100644 --- a/TrollStore/TSSettingsListController.m +++ b/TrollStore/TSSettingsListController.m @@ -125,7 +125,7 @@ extern NSUserDefaults* trollStoreUserDefaults(void); utilitiesDescription = @"Apps will be registered as User by default since AppSync Unified is installed.\n\n"; } else { - utilitiesDescription = @"Apps will be registered as System by default since AppSync Unified is not installed. When apps loose their System registration and stop working, press \"Refresh App Registrations\" here to fix them.\n\n"; + utilitiesDescription = @"Apps will be registered as System by default since AppSync Unified is not installed. When apps lose their System registration and stop working, press \"Refresh App Registrations\" here to fix them.\n\n"; } #endif utilitiesDescription = [utilitiesDescription stringByAppendingString:@"If an app does not immediately appear after installation, respring here and it should appear afterwards."]; @@ -626,4 +626,4 @@ extern NSUserDefaults* trollStoreUserDefaults(void); return args; } -@end \ No newline at end of file +@end