We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abd25ba + 2cf27ef commit f788057Copy full SHA for f788057
mode/src/processing/mode/android/Manifest.java
@@ -128,7 +128,7 @@ public String[] getPermissions() {
128
for (int i = 0; i < count; i++) {
129
String tmp = elements[i].getString("android:name");
130
if (tmp.indexOf("android.permission") == 0) {
131
- // Standard permission, remove perfix
+ // Standard permission, remove prefix
132
int idx = tmp.lastIndexOf(".");
133
names[i] = tmp.substring(idx + 1);
134
} else {
0 commit comments