Fix spelling errors

This commit is contained in:
Benjamin Levy 2020-01-26 22:39:18 -05:00
parent 4361f39fe2
commit a5efecea84
78 changed files with 95 additions and 95 deletions

View file

@ -97,7 +97,7 @@ public class CallAnotherScriptForAllPrograms extends GhidraScript {
runScript(SUBSCRIPT_NAME, newState);
}
catch (Exception e) {
printerr("ERROR! Exception occured while processing file: " +
printerr("ERROR! Exception occurred while processing file: " +
program.getDomainFile().getPathname());
printerr(" " + e.getMessage());
e.printStackTrace();