mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
RecoverClassesFromRTTIScript.java | Fix misspelling of the word
'analyzer' (Closes #7464)
This commit is contained in:
parent
69439da80a
commit
bfb5553fc0
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ public class RecoverClassesFromRTTIScript extends GhidraScript {
|
||||||
|
|
||||||
if (!GhidraProgramUtilities.isAnalyzed(currentProgram)) {
|
if (!GhidraProgramUtilities.isAnalyzed(currentProgram)) {
|
||||||
return ("The program has not been analyzed. Please run auto-analysis and make sure " +
|
return ("The program has not been analyzed. Please run auto-analysis and make sure " +
|
||||||
"the RTTI analzer is one of the analyzers enabled.");
|
"the RTTI analyzer is one of the analyzers enabled.");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isRttiAnalyzed() && !hasRtti()) {
|
if (isRttiAnalyzed() && !hasRtti()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue