mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 04:05:39 +00:00
Merge branch 'GP-0_ryanmkurtz_PR-4368_jaenster_typo'
This commit is contained in:
commit
c701301461
@ -72,7 +72,7 @@ public class PdbAnalyzer extends AbstractAnalyzer {
|
||||
|
||||
if (PdbParser.isAlreadyLoaded(program)) {
|
||||
if (!PdbUniversalAnalyzer.isEnabled(program)) { // yield to other analyzer complaining
|
||||
Msg.info(this, "Skipping PDB analysis since it has previouslu run.");
|
||||
Msg.info(this, "Skipping PDB analysis since it has previously run.");
|
||||
Msg.info(this, ">> Clear 'PDB Loaded' program property or use Load PDB action if " +
|
||||
"additional PDB processing required.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user