mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
5952 fix typo 'Popluate'
This commit is contained in:
parent
ddf36db434
commit
b17f0bb833
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ public class DefaultFidPopulateResultReporter implements FidPopulateResultReport
|
|||
buffer.append('\n');
|
||||
}
|
||||
TextAreaDialog dialog =
|
||||
new TextAreaDialog("FidDb Popluate Results", buffer.toString(), true);
|
||||
new TextAreaDialog("FidDb Populate Results", buffer.toString(), true);
|
||||
DockingWindowManager.showDialog(dialog);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue