mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Fix spelling errors
This commit is contained in:
parent
4361f39fe2
commit
a5efecea84
78 changed files with 95 additions and 95 deletions
|
@ -575,7 +575,7 @@ public class PdbParser {
|
|||
}
|
||||
throw new PdbException("PDB Execution failure of " + PDB_EXE + ".\n" +
|
||||
"This was likely caused by severe execution failure which can occur if executed\n" +
|
||||
"on an unsupported platform. It may be neccessary to rebuild the PDB executable\n" +
|
||||
"on an unsupported platform. It may be necessary to rebuild the PDB executable\n" +
|
||||
"for your platform (see Ghidra/Features/PDB/src).");
|
||||
}
|
||||
throw new PdbException("PDB parsing problem: " + e.getMessage());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue