mirror of
https://github.com/revanced/jadb.git
synced 2025-05-21 16:27:04 +02:00
Fix typo
This commit is contained in:
parent
c331b07364
commit
f7a72e556c
@ -40,7 +40,7 @@ public class PropertyManager {
|
||||
|
||||
if (matcher.find()) {
|
||||
if (matcher.groupCount() < 2) {
|
||||
System.err.println("Property line: " + line + " does not match patter. Ignoring");
|
||||
System.err.println("Property line: " + line + " does not match pattern. Ignoring");
|
||||
continue;
|
||||
}
|
||||
String key = matcher.group(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user