GT-3097 (closes #931): Fixing another typo.

Pulled-from: AYIDouble <alpaypython@gmail.com>
This commit is contained in:
Ryan Kurtz 2019-08-21 09:24:41 -04:00
parent 14ac31c8c5
commit 0084a70f87

View File

@ -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"