Skip to content

Commit a3b1261

Browse files
committed
Merge pull request #2 from joeykrim/patch-1
One word typo in comments
2 parents 75b7713 + 9bdb1ea commit a3b1261

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/com/stericson/RootShell/execution/Shell.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static enum ShellType {
5353
//this is only used with root shells
5454
public static enum ShellContext {
5555
NORMAL("normal"), //The normal context...
56-
SHELL("u:r:shell:s0"), //Unpriviliged shell (such as an adb shell)
56+
SHELL("u:r:shell:s0"), //Unprivileged shell (such as an adb shell)
5757
SYSTEM_SERVER("u:r:system_server:s0"), // system_server, u:r:system:s0 on some firmwares
5858
SYSTEM_APP("u:r:system_app:s0"), // System apps
5959
PLATFORM_APP("u:r:platform_app:s0"), // System apps

0 commit comments

Comments
 (0)