spelling: listener

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:31:28 -04:00
committed by Jindra Petřík
parent 91a91916a3
commit 5194db359b
2 changed files with 4 additions and 4 deletions

View File

@@ -274,7 +274,7 @@ public class PinButton extends JPanel {
actionListeners.add(listener);
}
public void removeActionListner(ActionListener listener) {
public void removeActionListener(ActionListener listener) {
actionListeners.remove(listener);
}