Fixed typo

This commit is contained in:
Manindra Moharana
2015-02-11 17:30:18 -08:00
parent 94cf78123a
commit 68697fe26e

View File

@@ -147,7 +147,7 @@ public class ErrorMessageSimplifier {
}
else {
if(args[1].equalsIgnoreCase("Statement")){ // See #3104
result = "Error on \"" + args[0];
result = "Error on \"" + args[0] + "\"";
}
else {
result = "Error on \"" + args[0] + "\"Consider adding a \"" + args[1] + "\"";