spelling: avoid

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 08:37:20 -04:00
committed by Jindra Petřík
parent 32de6ff2cd
commit 5573917e2d

View File

@@ -137,7 +137,7 @@ public class TextPanel extends JPanel implements TagEditorPanel {
textSaveButton = createButton("button.save", "save16", null, e -> saveText(true));
textCancelButton = createButton("button.cancel", "cancel16", null, e -> cancelText());
// hide the buttonts to aviod panel resize problems on other views
// hide the buttonts to avoid panel resize problems on other views
textEditButton.setVisible(false);
textSaveButton.setVisible(false);
textCancelButton.setVisible(false);