mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-10 14:21:00 +08:00
RecoverClassesFromRTTIScript.java | Fix misspelling of the word
'analyzer' (Closes #7464)
This commit is contained in:
@@ -381,7 +381,7 @@ public class RecoverClassesFromRTTIScript extends GhidraScript {
|
||||
|
||||
if (!GhidraProgramUtilities.isAnalyzed(currentProgram)) {
|
||||
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()) {
|
||||
|
||||
Reference in New Issue
Block a user