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"