From b446af62c93a2ae7862cb66b2fe720547bccf614 Mon Sep 17 00:00:00 2001 From: Zizheng Guo Date: Mon, 27 Nov 2023 18:48:24 +0800 Subject: [PATCH] Fix typo (again) --- TrollStore/TSAppInfo.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrollStore/TSAppInfo.m b/TrollStore/TSAppInfo.m index 4a2f9ff..ca2fe72 100644 --- a/TrollStore/TSAppInfo.m +++ b/TrollStore/TSAppInfo.m @@ -1065,7 +1065,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 {