Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 858c4e7

Browse files
Fix typos
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent 63aa102 commit 858c4e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/fox2code/mmm/installer/InstallerInitializer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ public void run() {
9898
error = ERROR_NO_PATH;
9999
} catch (NoShellException e) {
100100
error = ERROR_NO_SU;
101-
Log.w(TAG, "Device don't have root!", e);
101+
Log.w(TAG, "Device doesn't have root!", e);
102102
} catch (Throwable e) {
103103
error = ERROR_OTHER;
104-
Log.e(TAG, "Something happened", e);
104+
Log.e(TAG, "Something bad happened", e);
105105
}
106106
if (forceCheck) {
107107
InstallerInitializer.MAGISK_PATH = MAGISK_PATH;

0 commit comments

Comments
 (0)