mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
plugintool: typo: backgound -> background
This commit is contained in:
parent
49c2010b63
commit
1f448e8ee6
@ -1381,7 +1381,7 @@ public abstract class PluginTool extends AbstractDockingTool
|
||||
if (taskMgr.hasTasksForDomainObject(dObj)) {
|
||||
Msg.showInfo(getClass(), getToolFrame(), "Close " + dObj.getName() + " Failed",
|
||||
"The tool is currently working in the background on " + dObj.getName() +
|
||||
".\nPlease stop the backgound processing first.");
|
||||
".\nPlease stop the background processing first.");
|
||||
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user