5952 fix typo 'Popluate'

This commit is contained in:
Drew Hamilton 2023-11-13 16:13:46 -05:00
parent ddf36db434
commit b17f0bb833
No known key found for this signature in database
GPG key ID: E2E4B2266F9B397F

View file

@ -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);
}