Type fixes

This commit is contained in:
Parnassian
2014-02-18 18:57:41 +01:00
parent 91c4ab93a9
commit d176319dce
@@ -20,7 +20,7 @@ import org.parabot.core.asm.wrappers.Super;
*
* @author Dane
*
* hehehehheHEUhehEUHehueUheUHEUeU
*
*
*/
public class JSONHookParser extends HookParser {
@@ -37,7 +37,7 @@ public class JSONHookParser extends HookParser {
try {
parser.parse(new InputStreamReader(file.getInputStream()));
} catch (Throwable t) {
throw new RuntimeException("Unable to pares hooks: " + t);
throw new RuntimeException("Unable to parse hooks: " + t);
}
}