RecoverClassesFromRTTIScript.java | Fix misspelling of the word

'analyzer' (Closes #7464)
This commit is contained in:
Ян Ли 2025-02-09 15:38:05 +03:00 committed by Ryan Kurtz
parent 69439da80a
commit bfb5553fc0

View file

@ -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()) {