fixing typo

This commit is contained in:
hrachya 2015-05-28 13:02:30 -07:00
parent 26a2290078
commit c5a7800ec6

View File

@ -15,7 +15,7 @@ public class ConfigParser {
public static Config read(String location) {
System.out.println("reading cofig from " + location);
System.out.println("reading config from " + location);
ObjectMapper mapper = new ObjectMapper();