mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-10 09:13:58 -09:00
Fix spelling errors
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user