Fix typos

Signed-off-by: androidacy-user <opensource@androidacy.com>
pull/27/head
androidacy-user 3 years ago
parent 63aa102963
commit 858c4e7eb6

@ -98,10 +98,10 @@ public class InstallerInitializer extends Shell.Initializer {
error = ERROR_NO_PATH; error = ERROR_NO_PATH;
} catch (NoShellException e) { } catch (NoShellException e) {
error = ERROR_NO_SU; 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) { } catch (Throwable e) {
error = ERROR_OTHER; error = ERROR_OTHER;
Log.e(TAG, "Something happened", e); Log.e(TAG, "Something bad happened", e);
} }
if (forceCheck) { if (forceCheck) {
InstallerInitializer.MAGISK_PATH = MAGISK_PATH; InstallerInitializer.MAGISK_PATH = MAGISK_PATH;

Loading…
Cancel
Save