Fix typos

Signed-off-by: androidacy-user <opensource@androidacy.com>
pull/267/head
androidacy-user 1 year ago
parent 63aa102963
commit 858c4e7eb6

@ -98,10 +98,10 @@ public class InstallerInitializer extends Shell.Initializer {
error = ERROR_NO_PATH;
} catch (NoShellException e) {
error = ERROR_NO_SU;
Log.w(TAG, "Device don't have root!", e);
Log.w(TAG, "Device doesn't have root!", e);
} catch (Throwable e) {
error = ERROR_OTHER;
Log.e(TAG, "Something happened", e);
Log.e(TAG, "Something bad happened", e);
}
if (forceCheck) {
InstallerInitializer.MAGISK_PATH = MAGISK_PATH;

Loading…
Cancel
Save