Merge pull request #81 from janosvitok/fix-typo

Fix typo
This commit is contained in:
Art 2018-05-22 18:38:37 +03:00 committed by GitHub
commit 312cd0235a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);