diff --git a/termux-shared/src/main/java/com/termux/shared/android/PackageUtils.java b/termux-shared/src/main/java/com/termux/shared/android/PackageUtils.java index 904c75cb5c..8c9cca9f2d 100644 --- a/termux-shared/src/main/java/com/termux/shared/android/PackageUtils.java +++ b/termux-shared/src/main/java/com/termux/shared/android/PackageUtils.java @@ -127,7 +127,7 @@ public static PackageInfo getPackageInfoForPackage(@NonNull final Context contex /** * Get the {@link PackageInfo} for the package associated with the {@code packageName}. * - * Also check {@link #isAppInstalled(Context, String, String) if targetting targeting sdk + * Also check {@link #isAppInstalled(Context, String, String) if targeting targeting sdk * `30` (android `11`) since {@link PackageManager.NameNotFoundException} may be thrown. * * @param context The {@link Context} for operations. @@ -161,7 +161,7 @@ public static ApplicationInfo getApplicationInfoForPackage(@NonNull final Contex /** * Get the {@link ApplicationInfo} for the {@code packageName}. * - * Also check {@link #isAppInstalled(Context, String, String) if targetting targeting sdk + * Also check {@link #isAppInstalled(Context, String, String) if targeting targeting sdk * `30` (android `11`) since {@link PackageManager.NameNotFoundException} may be thrown. * * @param context The {@link Context} for operations.