From 65c2ed5dbf189f73ace4a6e200c6c4bfaa26bbcd Mon Sep 17 00:00:00 2001 From: astrelsky Date: Thu, 9 Jul 2020 10:30:21 -0400 Subject: [PATCH] Fixed misspelling of references --- .../prototype/MicrosoftCodeAnalyzerPlugin/RttiAnalyzer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 793fd2463a..ab46544058 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 @@ -225,7 +225,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;