mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-12-01 00:20:30 +00:00
GT-3097 (closes #931): Fixing another typo.
Pulled-from: AYIDouble <alpaypython@gmail.com>
This commit is contained in:
parent
14ac31c8c5
commit
0084a70f87
@ -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…
Reference in New Issue
Block a user