Skip to content

Commit f788057

Browse files
authored
Merge pull request #730 from Axhaat/main
typo correction
2 parents abd25ba + 2cf27ef commit f788057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/src/processing/mode/android/Manifest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public String[] getPermissions() {
128128
for (int i = 0; i < count; i++) {
129129
String tmp = elements[i].getString("android:name");
130130
if (tmp.indexOf("android.permission") == 0) {
131-
// Standard permission, remove perfix
131+
// Standard permission, remove prefix
132132
int idx = tmp.lastIndexOf(".");
133133
names[i] = tmp.substring(idx + 1);
134134
} else {

0 commit comments

Comments
 (0)