diff --git a/src/main/java/de/neemann/digital/gui/components/Editor.java b/src/main/java/de/neemann/digital/gui/components/Editor.java index d9dd58dc1..45e2e413e 100644 --- a/src/main/java/de/neemann/digital/gui/components/Editor.java +++ b/src/main/java/de/neemann/digital/gui/components/Editor.java @@ -17,7 +17,7 @@ public interface Editor { T getValue(); /** - * Addes the components of the editor to the panel + * Adds the components of the editor to the panel * * @param panel the panel to add the components to * @param key the key which is to edit