spelling: listener

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent 91a91916a3
commit 5194db359b
2 changed files with 4 additions and 4 deletions
@@ -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);
}