From 0084a70f87627e23b0190b095ac348fb0cfef3b2 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Wed, 21 Aug 2019 09:24:41 -0400 Subject: [PATCH] GT-3097 (closes #931): Fixing another typo. Pulled-from: AYIDouble --- .../java/ghidra/app/plugin/core/calltree/CallTreePlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/calltree/CallTreePlugin.java b/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/calltree/CallTreePlugin.java index edeab9370d..c4ac98f3cf 100644 --- a/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/calltree/CallTreePlugin.java +++ b/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/calltree/CallTreePlugin.java @@ -48,7 +48,7 @@ import resources.ResourceManager; packageName = CorePluginPackage.NAME, category = PluginCategoryNames.GRAPH, shortDescription = "Call Trees Plugin", - description = "This plugin shows incoming and outgoing calls for a give function. " + + description = "This plugin shows incoming and outgoing calls for a given function. " + "More specifically, one tree of the plugin will show all callers of the " + "function and the other tree of the plugin will show all calls made " + "by the function"