From 694973fda5998416b51cfe6adaa0cfc191de232b Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 30 Nov 2023 01:05:13 +0900 Subject: [PATCH] Update TSAppInfo.m arbitary -> arbitrary --- TrollStore/TSAppInfo.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrollStore/TSAppInfo.m b/TrollStore/TSAppInfo.m index 4f09232..952be1a 100644 --- a/TrollStore/TSAppInfo.m +++ b/TrollStore/TSAppInfo.m @@ -1086,7 +1086,7 @@ extern UIImage* imageWithSize(UIImage* image, CGSize size); } else if(isPlatformApplication && isUnsandboxed) { - [description appendAttributedString:[[NSAttributedString alloc] initWithString:@"\nThe app can spawn arbitary binaries as the mobile user." attributes:bodyWarningAttributes]]; + [description appendAttributedString:[[NSAttributedString alloc] initWithString:@"\nThe app can spawn arbitrary binaries as the mobile user." attributes:bodyWarningAttributes]]; } else {