mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GT-3097 (closes #931): Fixing another typo.
Pulled-from: AYIDouble <alpaypython@gmail.com>
This commit is contained in:
parent
14ac31c8c5
commit
0084a70f87
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue