diff --git a/Ghidra/Features/MicrosoftCodeAnalyzer/src/main/java/ghidra/app/plugin/prototype/MicrosoftCodeAnalyzerPlugin/RttiAnalyzer.java b/Ghidra/Features/MicrosoftCodeAnalyzer/src/main/java/ghidra/app/plugin/prototype/MicrosoftCodeAnalyzerPlugin/RttiAnalyzer.java index c845e43d91..e45a41d74d 100644 --- a/Ghidra/Features/MicrosoftCodeAnalyzer/src/main/java/ghidra/app/plugin/prototype/MicrosoftCodeAnalyzerPlugin/RttiAnalyzer.java +++ b/Ghidra/Features/MicrosoftCodeAnalyzer/src/main/java/ghidra/app/plugin/prototype/MicrosoftCodeAnalyzerPlugin/RttiAnalyzer.java @@ -218,7 +218,7 @@ public class RttiAnalyzer extends AbstractAnalyzer { int rtti0PointerOffset = Rtti4Model.getRtti0PointerComponentOffset(); - MemoryBytePatternSearcher searcher = new MemoryBytePatternSearcher("RTTI0 refernces"); + MemoryBytePatternSearcher searcher = new MemoryBytePatternSearcher("RTTI0 references"); for (Address rtti0Address : rtti0Locations) { byte[] bytes;