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 {